Skip to content

Commit 264081f

Browse files
chore(deps): update bci base images
1 parent a08c83b commit 264081f

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.25@sha256:c1a6327cfa677209e87db4737d350a441786e0afe4e78fcf9c2bdc7c1fc67e16 as build
2+
FROM registry.suse.com/bci/golang:1.25@sha256:3190609b31bbdbd4396ecba6c17ef71ccd282ec6973dba7c106b391b3edb1807 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:590f1bead5a54cfd3cee7b7d4459f874f3e1b2789a7d2149a2d80b35a43ac9cf
1111

1212
ARG user=steve
1313

0 commit comments

Comments
 (0)