Skip to content
This repository was archived by the owner on Sep 12, 2023. It is now read-only.

Commit a95c225

Browse files
authored
fix: Revert Alpine Linux from 3.13 to 3.12 (#18)
1 parent 4a146ef commit a95c225

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
ARG PHP=8.0
2-
ARG ALPINE=3.13
2+
ARG ALPINE=3.12
33

44
FROM php:${PHP}-fpm-alpine${ALPINE}
55

66
LABEL Maintainer="Samuel Ryan <sam@samryan.co.uk>"
77

88
ARG NGINX=~1.18
9-
RUN apk --no-cache add fcgi nginx=$NGINX tini
9+
RUN apk --no-cache add fcgi busybox nginx=$NGINX tini
1010

1111
COPY config/nginx.conf /etc/nginx/nginx.conf
1212
COPY config/fastcgi.conf /etc/nginx/fastcgi.conf

0 commit comments

Comments
 (0)