Skip to content

Commit

Permalink
Merge pull request #66 from Nishantbhagat57/patch-4
Browse files Browse the repository at this point in the history
Changed golang:1.14-buster to golang:1.16-buster
  • Loading branch information
j3ssie authored Jul 4, 2023
2 parents d57df77 + c7c3159 commit d824b0b
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.16-buster as builder
RUN GO111MODULE=on GOOS=linux go get -ldflags "-linkmode external -extldflags -static" github.com/jaeles-project/jaeles

FROM alpine:latest
Expand Down

0 comments on commit d824b0b

Please sign in to comment.