Skip to content

Commit

Permalink
Merge pull request #10 from renovate-bot/renovate/golang-1.x
Browse files Browse the repository at this point in the history
chore(deps): update golang docker tag
  • Loading branch information
gitworkflows authored Feb 18, 2024
2 parents b520a6a + 4893870 commit 0fad07e
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,4 +1,4 @@
FROM golang:1.20
FROM golang:1.22

ARG TARGETPLATFORM
ARG BUILDPLATFORM
Expand Down
2 changes: 1 addition & 1 deletion Dockerfile.alpine
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM golang:1.16.15-alpine3.15@sha256:9743f230f26d1e300545f0330fd4a514f554c535d967563ee77bf634906502b6 as builder
FROM golang:1.19.3-alpine3.15@sha256:3ed44ed6b3ab156cb591b6bae2997a7e7fbb8d2c850ac9e87779b879e317cb23 as builder

WORKDIR /workdir
COPY . /workdir
Expand Down

0 comments on commit 0fad07e

Please sign in to comment.