summaryrefslogtreecommitdiff
path: root/build/php
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--build/php/Dockerfile3
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