Skip to content

Commit 69f6713

Browse files
chore(deps): update bci base images
1 parent ec66145 commit 69f6713

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
11
# syntax = docker/dockerfile:experimental
2-
FROM registry.suse.com/bci/golang:1.24@sha256:ae722bb8954485d10eb26d90c14d521d90810d8b0c84c3c72b58cbb1fc1ee284 as build
2+
FROM registry.suse.com/bci/golang:1.26@sha256:79ab11123495ceeeeee1155bd164772f9bfca3050763338beaeeb645643b661c as build
33
COPY go.mod go.sum main.go /src/
44
COPY pkg /src/pkg/
55
#RUN --mount=type=cache,target=/root/.cache/go-build \
66
RUN \
77
cd /src && \
88
CGO_ENABLED=0 go build -ldflags "-extldflags -static -s" -o /steve
99

10-
FROM registry.suse.com/bci/bci-micro:15.6@sha256:f6561730395434ac5da9284fc73c9476ab45108a7eace445f5295fba95e75cd0
10+
FROM registry.suse.com/bci/bci-micro:15.7@sha256:bda48a632ca318ff8b38ac3374b8928283c4e4145bcb2b046fd0369f97865fb9
1111

1212
ARG user=steve
1313

0 commit comments

Comments
 (0)