Skip to content

Commit c2bf590

Browse files
Update BCI base images
1 parent e086843 commit c2bf590

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.23@sha256:3a2abf9636e4854ab990c98b3bf4aa7a3629b0a1bb10e702f36731ef1a13bb91 AS builder
1+
FROM registry.suse.com/bci/golang:1.26@sha256:f413accb043d80ea904e972958c06543e5fa3225652b29b44c51f027246b3b81 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:a0ab4f6803e057fcd3c5b25e57e028ef6b69f2eddbd7273d0f7829fc0ab23630
88
COPY --from=builder /app/tcp-client .
99

1010
RUN ls .

0 commit comments

Comments
 (0)