Skip to content

Commit

Permalink
Runs update.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
GitHub Workflow committed Sep 3, 2024
1 parent 5946868 commit c6a6c06
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion 2024.08/apache/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# DO NOT EDIT: created by update.sh from Dockerfile-debian.template
FROM php:8.2-apache-bookworm
FROM php:8.2-apache-bullseye

# entrypoint.sh and cron.sh dependencies
RUN set -ex; \
Expand Down
2 changes: 1 addition & 1 deletion 2024.08/fpm/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# DO NOT EDIT: created by update.sh from Dockerfile-debian.template
FROM php:8.2-fpm-bookworm
FROM php:8.2-fpm-bullseye

# entrypoint.sh and cron.sh dependencies
RUN set -ex; \
Expand Down
2 changes: 1 addition & 1 deletion 2024.09-dev/apache/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# DO NOT EDIT: created by update.sh from Dockerfile-debian.template
FROM php:8.2-apache-bookworm
FROM php:8.2-apache-bullseye

# entrypoint.sh and cron.sh dependencies
RUN set -ex; \
Expand Down
2 changes: 1 addition & 1 deletion 2024.09-dev/fpm/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# DO NOT EDIT: created by update.sh from Dockerfile-debian.template
FROM php:8.2-fpm-bookworm
FROM php:8.2-fpm-bullseye

# entrypoint.sh and cron.sh dependencies
RUN set -ex; \
Expand Down

0 comments on commit c6a6c06

Please sign in to comment.