Skip to content

Commit

Permalink
Merge pull request #72 from halverneus/dependabot/docker/golang-1.18.3
Browse files Browse the repository at this point in the history
Bump golang from 1.17.8 to 1.18.3
  • Loading branch information
halverneus authored Jul 10, 2022
2 parents bf4cd0c + c2fc43b commit 97aba52
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
################################################################################
## GO BUILDER
################################################################################
FROM golang:1.17.8 as builder
FROM golang:1.18.3 as builder

ENV VERSION 1.8.6
ENV CGO_ENABLED 0
Expand Down
2 changes: 1 addition & 1 deletion Dockerfile.all
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM golang:1.17.8 as builder
FROM golang:1.18.3 as builder

ENV VERSION 1.8.6
ENV BUILD_DIR /build
Expand Down

0 comments on commit 97aba52

Please sign in to comment.