Skip to content
This repository was archived by the owner on Sep 24, 2025. It is now read-only.

Commit c0567ef

Browse files
chore(deps): update docker image updates patch
1 parent 3ba370e commit c0567ef

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,12 +1,12 @@
1-
FROM golang:1.24@sha256:10c131810f80a4802c49cab0961bbe18a16f4bb2fb99ef16deaa23e4246fc817 as build
1+
FROM golang:1.24@sha256:a18e9e0d94dcc4fffb5c6fa5ec8580edd2e8adcf6541e53304f2bfcaafafd52e as build
22

33
WORKDIR /go/src/app
44
COPY . .
55

66
RUN go mod download && \
77
CGO_ENABLED=0 go build -o /go/bin/app ./cmd/controller
88

9-
FROM gcr.io/distroless/static@sha256:b7b9a6953e7bed6baaf37329331051d7bdc1b99c885f6dbeb72d75b1baad54f9
9+
FROM gcr.io/distroless/static@sha256:2e114d20aa6371fd271f854aa3d6b2b7d2e70e797bb3ea44fb677afec60db22c
1010
EXPOSE 8080 9090
1111
USER nonroot:nonroot
1212
COPY --from=build --chown=nonroot:nonroot /go/bin/app /

0 commit comments

Comments
 (0)