We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ec66145 commit 69f6713Copy full SHA for 69f6713
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.26@sha256:79ab11123495ceeeeee1155bd164772f9bfca3050763338beaeeb645643b661c 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.6@sha256:f6561730395434ac5da9284fc73c9476ab45108a7eace445f5295fba95e75cd0
+FROM registry.suse.com/bci/bci-micro:15.7@sha256:bda48a632ca318ff8b38ac3374b8928283c4e4145bcb2b046fd0369f97865fb9
11
12
ARG user=steve
13
0 commit comments