Skip to content

Commit ef39565

Browse files
committed
Upgrade Alpine Linux to 3.17
1 parent 31e09d9 commit ef39565

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

Dockerfile

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
ARG ALPINE_VERSION=3.16
1+
ARG ALPINE_VERSION=3.17
22
FROM alpine:${ALPINE_VERSION}
33
LABEL Maintainer="Tim de Pater <[email protected]>"
44
LABEL Description="Lightweight container with Nginx 1.22 & PHP 8.1 based on Alpine Linux."
@@ -26,9 +26,6 @@ RUN apk add --no-cache \
2626
php81-xmlreader \
2727
supervisor
2828

29-
# Create symlink so programs depending on `php` still function
30-
RUN ln -s /usr/bin/php81 /usr/bin/php
31-
3229
# Configure nginx - http
3330
COPY config/nginx.conf /etc/nginx/nginx.conf
3431
# Configure nginx - default server

0 commit comments

Comments
 (0)