Skip to content

Commit

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

build(deps): bump golang from 1.23.3-alpine3.20 to 1.23.4-alpine3.20
  • Loading branch information
sagikazarmark authored Jan 9, 2025
2 parents 60cc769 + 9f769c9 commit 66c72d8
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.6.1@sha256:923441d7c25f1e2eb5789f82d987693c47b8ed987c4ab3b075d6ed2b5d6779a3 AS xx

FROM --platform=$BUILDPLATFORM golang:1.23.3-alpine3.20@sha256:c694a4d291a13a9f9d94933395673494fc2cc9d4777b85df3a7e70b3492d3574 AS builder
FROM --platform=$BUILDPLATFORM golang:1.23.4-alpine3.20@sha256:9a31ef0803e6afdf564edc8ba4b4e17caed22a0b1ecd2c55e3c8fdd8d8f68f98 AS builder

COPY --from=xx / /

Expand Down

0 comments on commit 66c72d8

Please sign in to comment.