This repository was archived by the owner on Dec 30, 2025. It is now read-only.
File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed
Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 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
77ARG 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
5151ARG UID=1000
Original file line number Diff line number Diff line change 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
88ARG 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)
7373ARG UNREALIRCD_VERSION=6.2.0.1
You can’t perform that action at this time.
0 commit comments