Skip to content

Commit 7eff2ad

Browse files
chore(deps): update golang docker tag to v1.22 (#158)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent af0ab1a commit 7eff2ad

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Dockerfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
ARG GO_VERSION=1.21-alpine3.18
1+
ARG GO_VERSION=1.22-alpine3.18
22
ARG FROM_IMAGE=postgres:alpine3.18
33

44
FROM --platform=${BUILDPLATFORM} golang:${GO_VERSION} AS builder

0 commit comments

Comments
 (0)