File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change 11FROM --platform=$BUILDPLATFORM tonistiigi/xx:1.7.0@sha256:010d4b66aed389848b0694f91c7aaee9df59a6f20be7f5d12e53663a37bd14e2 AS xx
22
3- FROM --platform=$BUILDPLATFORM golang:1.25.1 -alpine3.21@sha256:331bde41663c297cba0f5abf37e929be644f3cbd84bf45f49b0df9d774f4d912 AS builder
3+ FROM --platform=$BUILDPLATFORM golang:1.25.2 -alpine3.21@sha256:0ae17b3ad9583fcc9c2b195d12f2aa5dd1c18380d3827bd1a81c6e52aded353c AS builder
44
55COPY --link --from=xx / /
66
Original file line number Diff line number Diff line change 1- FROM --platform=$BUILDPLATFORM golang:1.25.1 -alpine3.21@sha256:331bde41663c297cba0f5abf37e929be644f3cbd84bf45f49b0df9d774f4d912 AS builder
1+ FROM --platform=$BUILDPLATFORM golang:1.25.2 -alpine3.21@sha256:0ae17b3ad9583fcc9c2b195d12f2aa5dd1c18380d3827bd1a81c6e52aded353c AS builder
22
33RUN apk add --update --no-cache ca-certificates make git curl
44
You can’t perform that action at this time.
0 commit comments