1
0
mirror of https://github.com/rancher/steve.git synced 2025-09-19 18:33:59 +00:00

chore(deps): update registry.suse.com/bci/golang docker tag to v1.25

This commit is contained in:
renovate-rancher[bot]
2025-09-10 04:37:42 +00:00
committed by GitHub
parent ca3fa10db5
commit d54fab2cc3

View File

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