Skip to content

Commit 7809d58

Browse files
chore(deps): update bci base images
1 parent 2039ffd commit 7809d58

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.25@sha256:feeb8b4f66de0a8ba333ee6a3f0e97b4cefbaf638b2873b29fb270ab5ca8722b 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.7@sha256:07fce181ac208790fe3986e23ff9f1ded5ec6a25259e12631d835d31c57b7245
10+
FROM registry.suse.com/bci/bci-micro:15.7@sha256:bda48a632ca318ff8b38ac3374b8928283c4e4145bcb2b046fd0369f97865fb9
1111

1212
ARG user=steve
1313

0 commit comments

Comments
 (0)