1
0
mirror of https://github.com/rancher/steve.git synced 2025-05-09 08:26:48 +00:00
This commit is contained in:
renovate-rancher[bot] 2025-04-23 22:16:56 +00:00 committed by GitHub
commit 9a2efa5bbe
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 \