Skip to content

Commit

Permalink
Update all dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] committed Mar 8, 2024
1 parent 781765d commit ea915a7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM cgr.dev/chainguard/go@sha256:249cfc56493a157ee81a2db8571b7abfea6ae200816902c8fe0a234d883eedb3 AS builder
FROM cgr.dev/chainguard/go@sha256:f7c4f59793fce0de9fedd5901ad724c8bb872c428ff23f59cc6eb112dc9a74c2 AS builder

WORKDIR /app
COPY . /app
Expand All @@ -8,7 +8,7 @@ RUN go install github.com/swaggo/swag/cmd/swag@latest; \
go mod tidy; \
go build -o main .

FROM cgr.dev/chainguard/glibc-dynamic@sha256:1e1b7e420a2eb14197aef25917a9e17401caed1806b8d18204a90d7642e1b383
FROM cgr.dev/chainguard/glibc-dynamic@sha256:0cc5960c42000ac15e08e4e0e77e34412019a122c5d74e066cadbb2d3c65a6b9

WORKDIR /app

Expand Down

0 comments on commit ea915a7

Please sign in to comment.