From 7987330344f9229683d88813d803170a1fb4553a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 21 Jul 2025 04:54:52 +0000 Subject: [PATCH] build(deps): bump alpine from 3.22.0 to 3.22.1 in the docker-all group Bumps the docker-all group with 1 update: alpine. Updates `alpine` from 3.22.0 to 3.22.1 --- updated-dependencies: - dependency-name: alpine dependency-version: 3.22.1 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: docker-all ... Signed-off-by: dependabot[bot] --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index ff55d00..e88e5e9 100644 --- a/Dockerfile +++ b/Dockerfile @@ -12,7 +12,7 @@ RUN apk add --no-cache \ CGO_ENABLED=0 go build -ldflags "-X main.Version=${VERSION}" -buildvcs=false && \ cp ${APPLICATION} /${APPLICATION} -FROM alpine:3.22.0 +FROM alpine:3.22.1 ARG APPLICATION COPY --from=builder /etc/passwd /etc/passwd COPY --from=builder /${APPLICATION} /usr/local/bin/app