This repository was archived by the owner on Dec 16, 2025. It is now read-only.
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 1313# limitations under the License.
1414
1515
16- FROM docker.io/library/alpine:3.20.3@sha256:beefdbd8a1da6d2915566fde36db9db0b524eb737fc57cd1367effd16dc0d06d as import-cache
16+ FROM docker.io/library/alpine:3.20.3@sha256:1e42bbe2508154c9126d48c2b8a75420c3544343bf86fd041fb7527e017a4b4a as import-cache
1717
1818RUN --mount=type=bind,target=/host-tmp \
1919 --mount=type=cache,target=/root/.cache \
@@ -27,7 +27,7 @@ RUN --mount=type=bind,target=/host-tmp \
2727 tar xzf /host-tmp/go-pkg-cache.tar.gz --no-same-owner -C /go/pkg; \
2828 fi
2929
30- FROM docker.io/library/alpine:3.20.3@sha256:beefdbd8a1da6d2915566fde36db9db0b524eb737fc57cd1367effd16dc0d06d as cache-creator
30+ FROM docker.io/library/alpine:3.20.3@sha256:1e42bbe2508154c9126d48c2b8a75420c3544343bf86fd041fb7527e017a4b4a as cache-creator
3131RUN --mount=type=cache,target=/root/.cache \
3232 --mount=type=cache,target=/go/pkg \
3333 tar czf /tmp/go-build-cache.tar.gz -C /root/.cache/go-build . ; \
Original file line number Diff line number Diff line change 1313# limitations under the License.
1414
1515# Build the manager binary
16- FROM --platform=${BUILDPLATFORM} docker.io/library/golang:1.23.0 -bullseye as build
16+ FROM --platform=${BUILDPLATFORM} docker.io/library/golang:1.23.3 -bullseye as build
1717ARG TARGETOS TARGETARCH
1818
1919COPY . /src/cluster-stack-provider-openstack
You can’t perform that action at this time.
0 commit comments