From 340a1101537c5a85e741cc5b289f7841f9c9af7c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 30 Jan 2026 03:45:21 +0000 Subject: [PATCH] Bump library/alpine from 3.23.2 to 3.23.3 Bumps library/alpine from 3.23.2 to 3.23.3. --- updated-dependencies: - dependency-name: library/alpine dependency-version: 3.23.3 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- Dockerfile | 4 ++-- Dockerfile.quick | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Dockerfile b/Dockerfile index 824aad9..3810ee1 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,5 +1,5 @@ # Tor builder -FROM --platform=$TARGETPLATFORM docker.io/library/alpine:3.23.2 as tor-builder +FROM --platform=$TARGETPLATFORM docker.io/library/alpine:3.23.3 as tor-builder ARG TOR_VERSION=0.4.8.22 RUN apk add --update --no-cache \ @@ -37,7 +37,7 @@ RUN --mount=type=cache,target=/root/.cache/go-build \ CGO_ENABLED=0 GOOS=$TARGETOS GOARCH=$TARGETARCH go build -ldflags="-X main.lyrebirdVersion=$(VERSION)" ./cmd/lyrebird # Tor runner -FROM --platform=$TARGETPLATFORM docker.io/library/alpine:3.23.2 as runner +FROM --platform=$TARGETPLATFORM docker.io/library/alpine:3.23.3 as runner LABEL \ org.opencontainers.image.source "https://github.com/rinsecode/tor-docker" diff --git a/Dockerfile.quick b/Dockerfile.quick index db7c6f7..1d0e354 100644 --- a/Dockerfile.quick +++ b/Dockerfile.quick @@ -13,7 +13,7 @@ RUN --mount=type=cache,target=/root/.cache/go-build \ CGO_ENABLED=0 GOOS=$TARGETOS GOARCH=$TARGETARCH go build -ldflags="-X main.lyrebirdVersion=$(VERSION)" ./cmd/lyrebird # Tor runner -FROM --platform=$TARGETPLATFORM docker.io/library/alpine:3.23.2 as runner +FROM --platform=$TARGETPLATFORM docker.io/library/alpine:3.23.3 as runner LABEL \ org.opencontainers.image.source "https://github.com/rinsecode/tor-docker"