Skip to content

Commit

Permalink
Merge pull request #72 from wader/bump-golang-1.18.2
Browse files Browse the repository at this point in the history
Update golang from 1.18.1 to 1.18.2
  • Loading branch information
wader committed May 11, 2022
2 parents a0fbd2a + e3dc867 commit 1d75918
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
@@ -1,6 +1,6 @@
# bump: golang /FROM golang:([\d.]+)/ docker:golang|^1
# bump: golang link "Release notes" https://golang.org/doc/devel/release.html
FROM golang:1.18.1-buster AS builder
FROM golang:1.18.2-buster AS builder

# patch is used by cmd/bump/main_test.sh to test diff
RUN apt update && apt install -y patch
Expand Down

0 comments on commit 1d75918

Please sign in to comment.