Bumped Alpine version to current stable
This commit is contained in:
parent
f97861d0a6
commit
7a8eed6f76
@ -1,4 +1,4 @@
|
||||
FROM alpine:3.11
|
||||
FROM alpine:3.18
|
||||
|
||||
LABEL Maintainer="Jabar Digital Service <digital.service@jabarprov.go.id>" \
|
||||
Description="Lightweight container with Nginx 1.16 & PHP-FPM 7.4 based on Alpine Linux (forked from trafex/alpine-nginx-php7)."
|
||||
@ -11,7 +11,7 @@ RUN apk --update add ca-certificates
|
||||
#RUN echo "https://dl.bintray.com/php-alpine/v3.11/php-7.4" >> /etc/apk/repositories
|
||||
|
||||
# Install packages
|
||||
RUN apk --no-cache add php7 php7-fpm php7-opcache php7-openssl php7-curl \
|
||||
RUN apk --no-cache add php82 php82-fpm php82-opcache php82-openssl php82-curl \
|
||||
nginx supervisor curl unzip
|
||||
|
||||
# https://github.com/codecasts/php-alpine/issues/21
|
||||
@ -30,7 +30,7 @@ COPY config/php.ini /etc/php7/conf.d/custom.ini
|
||||
# Configure supervisord
|
||||
COPY config/supervisord.conf /etc/supervisor/conf.d/supervisord.conf
|
||||
|
||||
# Setup document root
|
||||
# Setup documexnt root
|
||||
RUN mkdir -p /var/www/html
|
||||
#RUN mkdir -p /var/www/html/omeka-s
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user