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 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.1.10
@@ -77,7 +77,7 @@ RUN make install && \
7777 chown -R unrealircd:unrealircd /home/unrealircd/unrealircd
7878
7979# Runtime stage
80- FROM alpine:3.20
80+ FROM alpine:3.22
8181
8282# Runtime arguments
8383ARG UID=1000
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
77RUN apk add --no-cache \
@@ -31,7 +31,7 @@ RUN cd /usr/src/atheme-src && \
3131# ================================================================================
3232# Runtime stage
3333# ================================================================================
34- FROM alpine:3.20
34+ FROM alpine:3.22
3535
3636# Runtime dependencies
3737RUN apk add --no-cache \
You can’t perform that action at this time.
0 commit comments