1
0
mirror of https://github.com/rancher/steve.git synced 2025-09-25 06:42:35 +00:00

Update registry.suse.com/bci/golang Docker tag to v1.24

This commit is contained in:
renovate-rancher[bot]
2025-02-21 18:40:21 +00:00
committed by GitHub
parent f77cd716a3
commit a2b77283f0

View File

@@ -1,5 +1,5 @@
# syntax = docker/dockerfile:experimental
FROM registry.suse.com/bci/golang:1.23 as build
FROM registry.suse.com/bci/golang:1.24 as build
COPY go.mod go.sum main.go /src/
COPY pkg /src/pkg/
#RUN --mount=type=cache,target=/root/.cache/go-build \