Skip to content

Commit

Permalink
Switch from Alpine 3.15 to 3.18 (closes #8)
Browse files Browse the repository at this point in the history
  • Loading branch information
flashcode committed Jul 1, 2023
1 parent 140b08d commit f9b1aa0
Showing 1 changed file with 8 additions and 7 deletions.
15 changes: 8 additions & 7 deletions alpine/Containerfile
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@

# ==== base for all stages ====

FROM alpine:3.15 as base
FROM alpine:3.18 as base
LABEL stage=base

LABEL maintainer="Sébastien Helleu <[email protected]>"
Expand Down Expand Up @@ -42,6 +42,7 @@ RUN set -eux ; \
\
# install download/build dependencies
apk add --no-cache \
acl-dev \
asciidoctor \
cmake \
curl \
Expand All @@ -65,10 +66,10 @@ RUN set -eux ; \
aspell-dev \
guile-dev \
libxml2-dev \
lua5.3-dev \
lua5.4-dev \
perl-dev \
php7-dev \
php7-embed \
php82-dev \
php82-embed \
python3-dev \
ruby-dev \
tcl-dev \
Expand Down Expand Up @@ -136,10 +137,10 @@ RUN set -eux ; \
aspell-libs \
guile \
guile-libs \
lua5.3-libs \
lua5.4-libs \
perl \
php7 \
php7-embed \
php82 \
php82-embed \
python3 \
ruby-libs \
tcl \
Expand Down

0 comments on commit f9b1aa0

Please sign in to comment.