Skip to content

Commit

Permalink
Updated to latest golang
Browse files Browse the repository at this point in the history
dvyukov/go-fuzz#294

has been fixed hence we can update to 1.15.5
  • Loading branch information
degeri authored Nov 15, 2020
1 parent 1c6e142 commit 0dde6de
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM golang:1.14-buster AS builder
FROM golang:1.15.5-buster AS builder

COPY fuzzers/ /root/fuzzers/
COPY build.sh /root/build.sh
Expand Down

0 comments on commit 0dde6de

Please sign in to comment.