From a196db2bac86b68b87ccd799257e69d5e73bcddd Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 27 May 2026 06:51:20 +0000 Subject: [PATCH] docker: bump alpine from 3.19 to 3.23 Bumps alpine from 3.19 to 3.23. --- updated-dependencies: - dependency-name: alpine dependency-version: '3.23' dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- Dockerfile | 2 +- Dockerfile.goreleaser | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Dockerfile b/Dockerfile index babc3c5..77c7e3a 100644 --- a/Dockerfile +++ b/Dockerfile @@ -12,7 +12,7 @@ RUN CGO_ENABLED=0 GOOS=linux go build -ldflags "-s -w" -o /gitant ./cmd/gitant/ RUN CGO_ENABLED=0 GOOS=linux go build -ldflags "-s -w" -o /git-remote-gitant ./cmd/git-remote-gitant/ # Runtime stage -FROM alpine:3.19 +FROM alpine:3.23 RUN apk --no-cache add ca-certificates curl diff --git a/Dockerfile.goreleaser b/Dockerfile.goreleaser index 72ff3f4..6e36375 100644 --- a/Dockerfile.goreleaser +++ b/Dockerfile.goreleaser @@ -1,5 +1,5 @@ # Used by GoReleaser — build context contains pre-built binaries only. -FROM alpine:3.20 +FROM alpine:3.23 RUN apk add --no-cache git ca-certificates wget && \ adduser -D -u 1000 gitant COPY gitant /usr/local/bin/gitant