We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2039ffd commit 7809d58Copy full SHA for 7809d58
1 file changed
Dockerfile
@@ -1,13 +1,13 @@
1
# syntax = docker/dockerfile:experimental
2
-FROM registry.suse.com/bci/golang:1.24@sha256:ae722bb8954485d10eb26d90c14d521d90810d8b0c84c3c72b58cbb1fc1ee284 as build
+FROM registry.suse.com/bci/golang:1.25@sha256:feeb8b4f66de0a8ba333ee6a3f0e97b4cefbaf638b2873b29fb270ab5ca8722b as build
3
COPY go.mod go.sum main.go /src/
4
COPY pkg /src/pkg/
5
#RUN --mount=type=cache,target=/root/.cache/go-build \
6
RUN \
7
cd /src && \
8
CGO_ENABLED=0 go build -ldflags "-extldflags -static -s" -o /steve
9
10
-FROM registry.suse.com/bci/bci-micro:15.7@sha256:07fce181ac208790fe3986e23ff9f1ded5ec6a25259e12631d835d31c57b7245
+FROM registry.suse.com/bci/bci-micro:15.7@sha256:bda48a632ca318ff8b38ac3374b8928283c4e4145bcb2b046fd0369f97865fb9
11
12
ARG user=steve
13
0 commit comments