From 723da51ce0116c6d7d3754ecc63b703b3501e252 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 3 Jun 2026 05:57:24 +0000 Subject: [PATCH] Bump alpine from 3.23.3 to 3.23.4 in the infra group across 1 directory Bumps the infra group with 1 update in the / directory: alpine. Updates `alpine` from 3.23.3 to 3.23.4 Bump the infra group across 1 directory with 2 updates Bumps the infra group with 2 updates in the /database/migrations directory: golang and alpine. Updates `golang` from 1.26.1-alpine3.23 to 1.26.4-alpine3.23 Updates `alpine` from 3.23.3 to 3.23.4 --- updated-dependencies: - dependency-name: alpine dependency-version: 3.23.4 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: infra - dependency-name: golang dependency-version: 1.26.4-alpine3.23 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: infra - dependency-name: alpine dependency-version: 3.23.4 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: infra ... Signed-off-by: dependabot[bot] --- Dockerfile | 2 +- database/migrations/Dockerfile | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Dockerfile b/Dockerfile index 1a788f3..3412155 100644 --- a/Dockerfile +++ b/Dockerfile @@ -10,7 +10,7 @@ WORKDIR /gitvote/src RUN cargo build --release # Final stage -FROM alpine:3.23.3 +FROM alpine:3.23.4 RUN apk --no-cache add ca-certificates && addgroup -S gitvote && adduser -S gitvote -G gitvote USER gitvote WORKDIR /home/gitvote diff --git a/database/migrations/Dockerfile b/database/migrations/Dockerfile index 8160e7b..8ebac6c 100644 --- a/database/migrations/Dockerfile +++ b/database/migrations/Dockerfile @@ -1,10 +1,10 @@ # Build tern -FROM golang:1.26.1-alpine3.23 AS tern +FROM golang:1.26.4-alpine3.23 AS tern RUN apk --no-cache add git RUN go install github.com/jackc/tern@latest # Build final image -FROM alpine:3.23.3 +FROM alpine:3.23.4 RUN addgroup -S gitvote && adduser -S gitvote -G gitvote USER gitvote WORKDIR /home/gitvote