From 116cd8495964474cd062faea7ca69b1767246b47 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 29 May 2023 23:42:22 +0530 Subject: [PATCH] Bump chainguard/glibc-dynamic from `40ef207` to `5a016a6` (#21) Bumps chainguard/glibc-dynamic from `40ef207` to `5a016a6`. --- 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 4ef77e0..85df7e5 100644 --- a/Dockerfile +++ b/Dockerfile @@ -7,7 +7,7 @@ RUN go install github.com/swaggo/swag/cmd/swag@latest; \ swag init; \ go build -o main . -FROM cgr.dev/chainguard/glibc-dynamic@sha256:40ef207d31aba3904c6952008838d7747291119948997e01de27d9f472320b46 +FROM cgr.dev/chainguard/glibc-dynamic@sha256:5a016a6e993f3a332941430c008841dade3912a45f90bb9aa97ba6dc4e6830f7 WORKDIR /app