mirror of
https://github.com/nextcloud/docker.git
synced 2025-11-29 06:31:17 +01:00
Runs update.sh
This commit is contained in:
parent
4298972d2e
commit
d24ce74201
@ -1,5 +1,5 @@
|
|||||||
# DO NOT EDIT: created by update.sh from Dockerfile-alpine.template
|
# DO NOT EDIT: created by update.sh from Dockerfile-alpine.template
|
||||||
FROM php:8.0-fpm-alpine3.16
|
FROM php:8.1-fpm-alpine3.16
|
||||||
|
|
||||||
# entrypoint.sh and cron.sh dependencies
|
# entrypoint.sh and cron.sh dependencies
|
||||||
RUN set -ex; \
|
RUN set -ex; \
|
||||||
|
|||||||
@ -47,7 +47,7 @@
|
|||||||
"variant": "fpm-alpine",
|
"variant": "fpm-alpine",
|
||||||
"base": "alpine",
|
"base": "alpine",
|
||||||
"baseVersion": "3.16",
|
"baseVersion": "3.16",
|
||||||
"phpVersion": "8.0"
|
"phpVersion": "8.1"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user