Skip to content

Commit

Permalink
Merge pull request #3334 from dexidp/dependabot/docker/golang-1.22.0-…
Browse files Browse the repository at this point in the history
…alpine3.18

build(deps): bump golang from 1.21.6-alpine3.18 to 1.22.0-alpine3.18
  • Loading branch information
sagikazarmark authored Feb 27, 2024
2 parents c5597b4 + e593d12 commit 1ee75ce
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ ARG BASE_IMAGE=alpine

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

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

COPY --from=xx / /

Expand Down

0 comments on commit 1ee75ce

Please sign in to comment.