pin php version
All checks were successful
/ docker (push) Successful in 30s

This commit is contained in:
Lee 2023-07-08 00:14:05 +01:00
parent 99ca7597f4
commit 14ca6a6ba3

@ -3,7 +3,7 @@ FROM alpine:3.18.2
# Install dependencies
RUN apk update && \
apk upgrade && \
apk add --no-cache nginx php php-fpm && \
apk add --no-cache nginx php81 php81-fpm && \
rm -rf /var/cache/apk/*
# Set up nginx