File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ ARG BASE_IMAGE=docker.io/library/ubuntu:25.04@sha256:27771fb7b40a58237c98e8d3e6b
44# Initial stage which pulls prepares build dependencies and CLI tooling we need for our final image
55# Also used as the image in CI jobs so needs all dependencies
66# ###################################################################################################
7- FROM docker.io/library/golang:1.25.3@sha256:8c945d3e25320e771326dafc6fb72ecae5f87b0f29328cbbd87c4dff506c9135 AS builder
7+ FROM docker.io/library/golang:1.25.3@sha256:dd08f769578a5f51a22bf6a81109288e23cfe2211f051a5c29bd1c05ad3db52a AS builder
88
99WORKDIR /tmp
1010
@@ -103,7 +103,7 @@ RUN HOST_ARCH=$TARGETARCH NODE_ENV='production' NODE_ONLINE_ENV='online' NODE_OP
103103# ###################################################################################################
104104# Argo CD Build stage which performs the actual build of Argo CD binaries
105105# ###################################################################################################
106- FROM --platform=$BUILDPLATFORM docker.io/library/golang:1.25.3@sha256:8c945d3e25320e771326dafc6fb72ecae5f87b0f29328cbbd87c4dff506c9135 AS argocd-build
106+ FROM --platform=$BUILDPLATFORM docker.io/library/golang:1.25.3@sha256:dd08f769578a5f51a22bf6a81109288e23cfe2211f051a5c29bd1c05ad3db52a AS argocd-build
107107
108108WORKDIR /go/src/github.com/argoproj/argo-cd
109109
Original file line number Diff line number Diff line change 1- FROM docker.io/library/golang:1.25.3@sha256:8c945d3e25320e771326dafc6fb72ecae5f87b0f29328cbbd87c4dff506c9135
1+ FROM docker.io/library/golang:1.25.3@sha256:dd08f769578a5f51a22bf6a81109288e23cfe2211f051a5c29bd1c05ad3db52a
22
33ENV DEBIAN_FRONTEND=noninteractive
44
You can’t perform that action at this time.
0 commit comments