diff options
| author | Freya Murphy <freya@freyacat.org> | 2026-02-23 12:41:40 -0500 |
|---|---|---|
| committer | Freya Murphy <freya@freyacat.org> | 2026-02-23 12:41:40 -0500 |
| commit | c35bb440ffb9cd28048e3d9a2c0ee272cb14f6e9 (patch) | |
| tree | 2022dc7215405ea04993a85f8edbb6cd802ce3b5 /build/php | |
| parent | add nginx override (diff) | |
| download | crimson-c35bb440ffb9cd28048e3d9a2c0ee272cb14f6e9.tar.gz crimson-c35bb440ffb9cd28048e3d9a2c0ee272cb14f6e9.tar.bz2 crimson-c35bb440ffb9cd28048e3d9a2c0ee272cb14f6e9.zip | |
update alpine version
Diffstat (limited to '')
| -rw-r--r-- | build/php/Dockerfile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/build/php/Dockerfile b/build/php/Dockerfile index 5f4bdd5..a1bc31a 100644 --- a/build/php/Dockerfile +++ b/build/php/Dockerfile @@ -1,4 +1,5 @@ -FROM php:fpm-alpine +ARG ALPINE_VERSION="3.23" +FROM php:fpm-alpine${ALPINE_VERSION} # install packages RUN apk add --no-cache postgresql-dev runuser shadow |