Skip to content
This repository was archived by the owner on Dec 30, 2025. It is now read-only.

Commit 9af4e8b

Browse files
chore(deps): update alpine docker tag to v3.23 (#42)
Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent a6c1b48 commit 9af4e8b

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

src/backend/atheme/Containerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# ============================================================================
22
# BUILD STAGE - Compile Atheme from source
33
# ============================================================================
4-
FROM alpine:3.22 AS builder
4+
FROM alpine:3.23@sha256:51183f2cfa6320055da30872f211093f9ff1d3cf06f39a0bdb212314c5dc7375 AS builder
55

66
# Build arguments
77
ARG ATHEME_VERSION="master"
@@ -45,7 +45,7 @@ RUN sed -i "s/@MKDIR_P@/mkdir -p/g" /usr/src/atheme-src/modules/contrib/buildsys
4545
# ============================================================================
4646
# RUNTIME STAGE - Minimal production container
4747
# ============================================================================
48-
FROM alpine:3.22
48+
FROM alpine:3.23@sha256:51183f2cfa6320055da30872f211093f9ff1d3cf06f39a0bdb212314c5dc7375
4949

5050
# Runtime arguments
5151
ARG UID=1000

src/backend/unrealircd/Containerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
# BUILD STAGE - Compile UnrealIRCd from source
33
# ============================================================================
44
# This stage compiles UnrealIRCd and preserves the source code for module management
5-
FROM alpine:3.22 AS builder
5+
FROM alpine:3.23@sha256:51183f2cfa6320055da30872f211093f9ff1d3cf06f39a0bdb212314c5dc7375 AS builder
66

77
# Build arguments
88
ARG UNREALIRCD_VERSION=6.2.0.1
@@ -67,7 +67,7 @@ RUN make install
6767
# ============================================================================
6868
# This stage includes the compiled UnrealIRCd plus source code and build tools
6969
# to enable third-party module installation and management
70-
FROM alpine:3.22
70+
FROM alpine:3.23@sha256:51183f2cfa6320055da30872f211093f9ff1d3cf06f39a0bdb212314c5dc7375
7171

7272
# Runtime arguments (inherit from builder stage)
7373
ARG UNREALIRCD_VERSION=6.2.0.1

0 commit comments

Comments
 (0)