From aad0ed360cdf52b405198ed14b87012201de5721 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 27 Jun 2023 21:43:59 +0530 Subject: [PATCH] Bump chainguard/glibc-dynamic from `3f5e1fc` to `56e24b2` (#36) Bumps chainguard/glibc-dynamic from `3f5e1fc` to `56e24b2`. --- updated-dependencies: - dependency-name: chainguard/glibc-dynamic dependency-type: direct:production ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index dc74907..3c35427 100644 --- a/Dockerfile +++ b/Dockerfile @@ -7,7 +7,7 @@ RUN go install github.com/swaggo/swag/cmd/swag@latest; \ /root/go/bin/swag init; \ go build -o main . -FROM cgr.dev/chainguard/glibc-dynamic@sha256:3f5e1fc01f9b1de01f3ba03c95db51844ed9068938b3e6be43935c6967565450 +FROM cgr.dev/chainguard/glibc-dynamic@sha256:56e24b2276c3974632aa747f0f8d9d443588d4317cb32752b5492c98f03a24b5 WORKDIR /app