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 Dec 6, 2023
1 parent 8c39ac5 commit 9378106
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:c894bc454800817b1747c8a1a640ae6d86004b06190f94e791098e7e78dbbc00 AS builder
FROM cgr.dev/chainguard/go@sha256:cc9162f7b553987850cbc6d4c229a43e44172da47dc35da5e499487100419bc1 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:677adea04d6c703482c1157cb8bc8670a179f1e749c76f10854ef4da0f712c4e
FROM cgr.dev/chainguard/glibc-dynamic@sha256:83d562552710fadc546762e6c178e2c3a7c0c73015bbb9e9b350ecf9512ddbcb

WORKDIR /app

Expand Down

0 comments on commit 9378106

Please sign in to comment.