1
0
mirror of https://github.com/rancher/steve.git synced 2025-08-17 13:56:28 +00:00

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

Co-authored-by: renovate-rancher[bot] <119870437+renovate-rancher[bot]@users.noreply.github.com>
This commit is contained in:
renovate-rancher[bot] 2025-07-04 17:33:18 -07:00 committed by GitHub
parent fbe0fb0bbb
commit e01a5320a3
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

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 \