Skip to content

Commit 329eed3

Browse files
committed
Switch from Alpine 3.19 to 3.22
1 parent 37a5d24 commit 329eed3

File tree

2 files changed

+7
-7
lines changed

2 files changed

+7
-7
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,8 +29,8 @@ Images are based on Debian or Alpine (smaller size, with same features):
2929
- `debian` (~ 327 MB)
3030
- `debian-slim`: slim version (~ 125 MB)
3131
- Alpine:
32-
- `alpine` (~ 213 MB)
33-
- `alpine-slim`: slim version (~ 39 MB)
32+
- `alpine` (~ 217 MB)
33+
- `alpine-slim`: slim version (~ 41 MB)
3434

3535
The slim version includes all plugins except these ones:
3636

alpine/Containerfile

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010

1111
# ==== base for all stages ====
1212

13-
FROM alpine:3.19 AS base
13+
FROM alpine:3.22 AS base
1414
LABEL stage=base
1515

1616
LABEL maintainer="Sébastien Helleu <flashcode@flashtux.org>"
@@ -73,8 +73,8 @@ RUN set -eux ; \
7373
libxml2-dev \
7474
lua5.4-dev \
7575
perl-dev \
76-
php82-dev \
77-
php82-embed \
76+
php83-dev \
77+
php83-embed \
7878
python3-dev \
7979
ruby-dev \
8080
tcl-dev \
@@ -146,8 +146,8 @@ RUN set -eux ; \
146146
guile-libs \
147147
lua5.4-libs \
148148
perl \
149-
php82 \
150-
php82-embed \
149+
php83 \
150+
php83-embed \
151151
python3 \
152152
ruby-libs \
153153
tcl \

0 commit comments

Comments
 (0)