We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 31e09d9 commit ef39565Copy full SHA for ef39565
Dockerfile
@@ -1,4 +1,4 @@
1
-ARG ALPINE_VERSION=3.16
+ARG ALPINE_VERSION=3.17
2
FROM alpine:${ALPINE_VERSION}
3
LABEL Maintainer="Tim de Pater <[email protected]>"
4
LABEL Description="Lightweight container with Nginx 1.22 & PHP 8.1 based on Alpine Linux."
@@ -26,9 +26,6 @@ RUN apk add --no-cache \
26
php81-xmlreader \
27
supervisor
28
29
-# Create symlink so programs depending on `php` still function
30
-RUN ln -s /usr/bin/php81 /usr/bin/php
31
-
32
# Configure nginx - http
33
COPY config/nginx.conf /etc/nginx/nginx.conf
34
# Configure nginx - default server
0 commit comments