Use new registry url for base image.
All checks were successful
Build project image / Build-and-release-image (push) Successful in 5m20s

This commit is contained in:
2025-05-05 08:23:31 +00:00
parent f740941a81
commit 63b37d4385

View File

@@ -15,7 +15,7 @@ RUN npm install
RUN npm run build
#Use prebuilt image
FROM cs-git.ddnss.de/docker/php-apache-8-4:latest AS final
FROM gitea.fam-steinle.de/docker/php-apache-8-4:latest AS final
WORKDIR /var/www
COPY --from=npm-build /var/www/html /var/www