Skip to content

Commit

Permalink
Merge pull request #30 from thecosmicfrog/master
Browse files Browse the repository at this point in the history
Bump golang base image version to golang:1.17-alpine3.14
  • Loading branch information
ricoberger authored Sep 7, 2021
2 parents 6bdc8f9 + db32bfa commit 304d8e6
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.16-alpine3.14 as build
FROM golang:1.17-alpine3.14 as build

RUN apk add --no-cache --update git make

Expand Down

0 comments on commit 304d8e6

Please sign in to comment.