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

Commit 91476a5

Browse files
authored
Merge pull request #20 from allthingslinux/renovate/alpine-3.x
2 parents bcca85d + 48687da commit 91476a5

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

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 - 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

unrealircd/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.2.0.1
@@ -68,7 +68,7 @@ USER root
6868
RUN 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
7474
ARG UID=0

0 commit comments

Comments
 (0)