Skip to content

Commit 1ee75ce

Browse files
Merge pull request #3334 from dexidp/dependabot/docker/golang-1.22.0-alpine3.18
build(deps): bump golang from 1.21.6-alpine3.18 to 1.22.0-alpine3.18
2 parents c5597b4 + e593d12 commit 1ee75ce

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
@@ -2,7 +2,7 @@ ARG BASE_IMAGE=alpine
22

33
FROM --platform=$BUILDPLATFORM tonistiigi/xx:1.4.0@sha256:0cd3f05c72d6c9b038eb135f91376ee1169ef3a330d34e418e65e2a5c2e9c0d4 AS xx
44

5-
FROM --platform=$BUILDPLATFORM golang:1.21.6-alpine3.18@sha256:3354c3a94c3cf67cb37eb93a8e9474220b61a196b13c26f1c01715c301b22a69 AS builder
5+
FROM --platform=$BUILDPLATFORM golang:1.22.0-alpine3.18@sha256:2745a45f77ae2e7be569934fa9a111f067d04c767f54577e251d9b101250e46b AS builder
66

77
COPY --from=xx / /
88

0 commit comments

Comments
 (0)