mirror of
https://github.com/nextcloud/docker.git
synced 2024-12-24 18:16:13 +01:00
Runs update.sh
This commit is contained in:
parent
3df4ad5737
commit
66f397fd74
3 changed files with 3 additions and 3 deletions
|
@ -1,5 +1,5 @@
|
|||
# DO NOT EDIT: created by update.sh from Dockerfile-alpine.template
|
||||
FROM php:8.0-fpm-alpine3.15
|
||||
FROM php:8.0-fpm-alpine3.16
|
||||
|
||||
# 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.15
|
||||
FROM php:8.0-fpm-alpine3.16
|
||||
|
||||
# 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.15
|
||||
FROM php:8.0-fpm-alpine3.16
|
||||
|
||||
# entrypoint.sh and cron.sh dependencies
|
||||
RUN set -ex; \
|
||||
|
|
Loading…
Reference in a new issue