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# Atheme Services - IRC Services Daemon
33# ================================================================================
4- FROM alpine:3.20 AS builder
4+ FROM alpine:3.22 AS builder
55
66# Build dependencies - minimal set for Atheme with SASL SCRAM-SHA support
77
@@ -44,7 +44,7 @@ RUN ./configure \
4444# ================================================================================
4545# Runtime stage
4646# ================================================================================
47- FROM alpine:3.20
47+ FROM alpine:3.22
4848
4949# Runtime dependencies - minimal set for Atheme operation
5050# Only include what's actually needed for the configured modules
Original file line number Diff line number Diff line change 44# ================================================================================
55
66# Build stage
7- FROM alpine:3.20 AS builder
7+ FROM alpine:3.22 AS builder
88
99# Build arguments
1010ARG UNREALIRCD_VERSION=6.2.0.1
@@ -68,7 +68,7 @@ USER root
6868RUN chown -R root:root /home/unrealircd/unrealircd
6969
7070# Runtime stage
71- FROM alpine:3.20
71+ FROM alpine:3.22
7272
7373# Runtime arguments
7474ARG UID=0
You can’t perform that action at this time.
0 commit comments