php 8.3
Some checks failed
dockers/pixelfed/pipeline/head There was a failure building this commit

This commit is contained in:
chris 2024-07-29 13:34:36 +02:00
parent e512e0d6cd
commit b7f4aca38d
2 changed files with 4 additions and 4 deletions

View file

@ -1,4 +1,4 @@
FROM docker.io/php:8.2-apache-bookworm as builder
FROM docker.io/php:8.3-apache-bookworm as builder
ARG VERSION=dev
@ -40,7 +40,7 @@ RUN set -xe;\
cp -r storage storage.skel &&\
rm -rf .git tests contrib CHANGELOG.md LICENSE .circleci .dependabot .github CODE_OF_CONDUCT.md .env.docker CONTRIBUTING.md README.md docker-compose.yml .env.testing phpunit.xml .env.example .gitignore .editorconfig .gitattributes .dockerignore /patches
FROM docker.io/php:8.2-apache-bookworm
FROM docker.io/php:8.3-apache-bookworm
ARG DATE
ARG VERSION=dev

View file

@ -1,4 +1,4 @@
FROM docker.io/php:8.2-fpm-bookworm as builder
FROM docker.io/php:8.3-fpm-bookworm as builder
ARG VERSION=dev
ARG DATE
@ -40,7 +40,7 @@ RUN set -xe;\
chown -R www-data:www-data public.skel storage.skel &&\
rm -rf .git tests contrib CHANGELOG.md LICENSE .circleci .dependabot .github CODE_OF_CONDUCT.md .env.docker CONTRIBUTING.md README.md docker-compose.yml .env.testing phpunit.xml .env.example .gitignore .editorconfig .gitattributes .dockerignore
FROM docker.io/php:8.2-fpm-bookworm
FROM docker.io/php:8.3-fpm-bookworm
ARG VERSION=dev
ARG DATE