mirror of
https://github.com/nextcloud/all-in-one.git
synced 2025-12-22 15:36:52 +00:00
Merge pull request #2548 from nextcloud/dependabot/docker/Containers/mastercontainer/php-8.2.6-fpm-alpine3.17
Bump php from 8.2.5-fpm-alpine3.17 to 8.2.6-fpm-alpine3.17 in /Containers/mastercontainer
This commit is contained in:
commit
8c11f78940
1 changed files with 1 additions and 1 deletions
|
|
@ -5,7 +5,7 @@ FROM docker:23.0.6-cli as docker
|
||||||
FROM caddy:2.6.4-alpine as caddy
|
FROM caddy:2.6.4-alpine as caddy
|
||||||
|
|
||||||
# From https://github.com/docker-library/php/blob/master/8.2/alpine3.17/fpm/Dockerfile
|
# From https://github.com/docker-library/php/blob/master/8.2/alpine3.17/fpm/Dockerfile
|
||||||
FROM php:8.2.5-fpm-alpine3.17
|
FROM php:8.2.6-fpm-alpine3.17
|
||||||
|
|
||||||
RUN set -ex; \
|
RUN set -ex; \
|
||||||
apk add --no-cache shadow; \
|
apk add --no-cache shadow; \
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue