Skip to content

Commit

Permalink
PHP 8.3 (#372)
Browse files Browse the repository at this point in the history
  • Loading branch information
J0WI authored Dec 12, 2024
1 parent e958d2d commit 3e696d5
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion Dockerfile-alpine.template
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM php:8.2-%%VARIANT%%
FROM php:8.3-%%VARIANT%%

ENV PHP_MEMORY_LIMIT=256M

Expand Down
2 changes: 1 addition & 1 deletion Dockerfile-debian.template
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM php:8.2-%%VARIANT%%
FROM php:8.3-%%VARIANT%%

ENV PHP_MEMORY_LIMIT=256M

Expand Down
2 changes: 1 addition & 1 deletion apache/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM php:8.2-apache
FROM php:8.3-apache

ENV PHP_MEMORY_LIMIT=256M

Expand Down
2 changes: 1 addition & 1 deletion fpm-alpine/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM php:8.2-fpm-alpine
FROM php:8.3-fpm-alpine

ENV PHP_MEMORY_LIMIT=256M

Expand Down
2 changes: 1 addition & 1 deletion fpm/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM php:8.2-fpm
FROM php:8.3-fpm

ENV PHP_MEMORY_LIMIT=256M

Expand Down

0 comments on commit 3e696d5

Please sign in to comment.