Skip to content

Commit

Permalink
Update Alpine image to 3.19
Browse files Browse the repository at this point in the history
  • Loading branch information
pascalchevrel committed Jan 14, 2024
1 parent eade74a commit 11ac4e4
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM php:8.2-fpm-alpine3.18 as builder
FROM php:8.2-fpm-alpine3.19 as builder

RUN apk update && \
apk upgrade
Expand Down Expand Up @@ -33,7 +33,7 @@ RUN cd /app && \

###

FROM php:8.2-fpm-alpine3.18 as runner
FROM php:8.2-fpm-alpine3.19 as runner

RUN apk update && \
apk upgrade && \
Expand Down Expand Up @@ -87,4 +87,4 @@ RUN php docker/version.php "$source" "$version" "$commit" "$build" > public/vers
COPY docker/heartbeat.php /app/public

# run supervisord, which will start nginx and php-fpm
CMD ["/usr/bin/supervisord", "-c", "/etc/supervisor/conf.d/supervisord.conf"]
CMD ["/usr/bin/supervisord", "-c", "/etc/supervisor/conf.d/supervisord.conf"]

0 comments on commit 11ac4e4

Please sign in to comment.