Skip to content

Commit

Permalink
Update PHP
Browse files Browse the repository at this point in the history
  • Loading branch information
oanhnn authored and github-actions[bot] committed Sep 30, 2024
1 parent f74d44b commit c3369d8
Show file tree
Hide file tree
Showing 42 changed files with 28 additions and 842 deletions.
2 changes: 1 addition & 1 deletion 8.1/apache/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
#
# PLEASE DO NOT EDIT IT DIRECTLY.
#
FROM php:8.1.29-apache
FROM php:8.1.30-apache

RUN set -eux; \
\
Expand Down
2 changes: 1 addition & 1 deletion 8.1/cli-alpine/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
#
# PLEASE DO NOT EDIT IT DIRECTLY.
#
FROM php:8.1.29-cli-alpine
FROM php:8.1.30-cli-alpine

RUN set -eux; \
\
Expand Down
2 changes: 1 addition & 1 deletion 8.1/cli/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
#
# PLEASE DO NOT EDIT IT DIRECTLY.
#
FROM php:8.1.29-cli
FROM php:8.1.30-cli

RUN set -eux; \
\
Expand Down
2 changes: 1 addition & 1 deletion 8.1/fpm-alpine/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
#
# PLEASE DO NOT EDIT IT DIRECTLY.
#
FROM php:8.1.29-fpm-alpine
FROM php:8.1.30-fpm-alpine

RUN set -eux; \
\
Expand Down
2 changes: 1 addition & 1 deletion 8.1/fpm/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
#
# PLEASE DO NOT EDIT IT DIRECTLY.
#
FROM php:8.1.29-fpm
FROM php:8.1.30-fpm

RUN set -eux; \
\
Expand Down
2 changes: 1 addition & 1 deletion 8.1/zts-alpine/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
#
# PLEASE DO NOT EDIT IT DIRECTLY.
#
FROM php:8.1.29-zts-alpine
FROM php:8.1.30-zts-alpine

RUN set -eux; \
\
Expand Down
2 changes: 1 addition & 1 deletion 8.1/zts/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
#
# PLEASE DO NOT EDIT IT DIRECTLY.
#
FROM php:8.1.29-zts
FROM php:8.1.30-zts

RUN set -eux; \
\
Expand Down
59 changes: 0 additions & 59 deletions 8.2-rc/apache/Dockerfile

This file was deleted.

57 changes: 0 additions & 57 deletions 8.2-rc/cli-alpine/Dockerfile

This file was deleted.

59 changes: 0 additions & 59 deletions 8.2-rc/cli/Dockerfile

This file was deleted.

57 changes: 0 additions & 57 deletions 8.2-rc/fpm-alpine/Dockerfile

This file was deleted.

59 changes: 0 additions & 59 deletions 8.2-rc/fpm/Dockerfile

This file was deleted.

Loading

0 comments on commit c3369d8

Please sign in to comment.