Skip to content

Commit

Permalink
fix: Update go version for dockerimage (#50)
Browse files Browse the repository at this point in the history
  • Loading branch information
barnabasbusa authored Feb 27, 2024
1 parent f70dd7c commit 3a05fdd
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM golang:1.20.5-alpine3.18 AS builder
FROM golang:1.21.5-alpine3.18 AS builder

WORKDIR /build
# Copy and download dependencies using go mod
Expand All @@ -16,4 +16,4 @@ FROM alpine:latest

COPY --from=builder /build/cmd/livefuzzer/tx-fuzz.bin /tx-fuzz.bin

ENTRYPOINT ["/tx-fuzz.bin"]
ENTRYPOINT ["/tx-fuzz.bin"]

0 comments on commit 3a05fdd

Please sign in to comment.