Skip to content

Commit ef14c29

Browse files
chore(deps): update docker image updates patch
1 parent 5c3fc65 commit ef14c29

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,4 +1,4 @@
1-
FROM golang:1.26@sha256:c83e68f3ebb6943a2904fa66348867d108119890a2c6a2e6f07b38d0eb6c25c5 as build
1+
FROM golang:1.26@sha256:5f3787b7f902c07c7ec4f3aa91a301a3eda8133aa32661a3b3a3a86ab3a68a36 as build
22

33
WORKDIR /go/src/app
44
COPY . .
@@ -9,7 +9,7 @@ RUN go test -v ./...
99

1010
RUN CGO_ENABLED=0 go build -o /go/bin/app ./cmd/token-handler
1111

12-
FROM gcr.io/distroless/static@sha256:cd64bec9cec257044ce3a8dd3620cf83b387920100332f2b041f19c4d2febf93
12+
FROM gcr.io/distroless/static@sha256:47b2d72ff90843eb8a768b5c2f89b40741843b639d065b9b937b07cd59b479c6
1313
USER nonroot:nonroot
1414
COPY --from=build --chown=nonroot:nonroot /go/bin/app /
1515
ENTRYPOINT ["/app"]

0 commit comments

Comments
 (0)