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

Commit 5e436e8

Browse files
chore(deps): update alpine docker tag to v3.22
1 parent 68c42f9 commit 5e436e8

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

Containerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
# ================================================================================
55

66
# Build stage
7-
FROM alpine:3.20 AS builder
7+
FROM alpine:3.22 AS builder
88

99
# Build arguments
1010
ARG 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
8383
ARG UID=1000

atheme/Containerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
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
77
RUN 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
3737
RUN apk add --no-cache \

0 commit comments

Comments
 (0)