Skip to content

Commit 6d30cfe

Browse files
Update BCI base images
1 parent 1e5fb89 commit 6d30cfe

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

examples/fakek8s/Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
1-
FROM registry.suse.com/bci/golang:1.24@sha256:ae722bb8954485d10eb26d90c14d521d90810d8b0c84c3c72b58cbb1fc1ee284 AS builder
1+
FROM registry.suse.com/bci/golang:1.26@sha256:44776500c93aaeffa9594ec03f0064c70787332dee3257480b6cf2edd6862ef8 AS builder
22
WORKDIR /app
33
COPY . .
44
RUN go mod download
55
RUN go build -o /app/tcp-client main.go
66

7-
FROM registry.suse.com/bci/bci-micro:15.7@sha256:07fce181ac208790fe3986e23ff9f1ded5ec6a25259e12631d835d31c57b7245
7+
FROM registry.suse.com/bci/bci-micro:15.7@sha256:bda48a632ca318ff8b38ac3374b8928283c4e4145bcb2b046fd0369f97865fb9
88
COPY --from=builder /app/tcp-client .
99

1010
RUN ls .

0 commit comments

Comments
 (0)