Runs update.sh

pull/1644/head
GitHub Workflow 4 years ago
parent 484b2c57a3
commit 5a189c719d

@ -1,5 +1,5 @@
# DO NOT EDIT: created by update.sh from Dockerfile-alpine.template
FROM php:7.4-fpm-alpine3.14
FROM php:7.4-fpm-alpine3.15
# entrypoint.sh and cron.sh dependencies
RUN set -ex; \

@ -1,5 +1,5 @@
# DO NOT EDIT: created by update.sh from Dockerfile-alpine.template
FROM php:8.0-fpm-alpine3.14
FROM php:8.0-fpm-alpine3.15
# entrypoint.sh and cron.sh dependencies
RUN set -ex; \

@ -1,5 +1,5 @@
# DO NOT EDIT: created by update.sh from Dockerfile-alpine.template
FROM php:8.0-fpm-alpine3.14
FROM php:8.0-fpm-alpine3.15
# entrypoint.sh and cron.sh dependencies
RUN set -ex; \

Loading…
Cancel
Save