mirror of
https://github.com/Sylius/Sylius.git
synced 2026-07-14 09:02:12 +00:00
[Bunnyshell] Bump the PHP version to 8.2 in the php Dockerfile
Signed-off-by: Aris Buzachis <aris.buzachis@bunnyshell.com>
This commit is contained in:
parent
ea1c36e1bb
commit
70f29a6b00
1 changed files with 4 additions and 4 deletions
|
|
@ -1,10 +1,10 @@
|
||||||
# the different stages of this Dockerfile are meant to be built into separate images
|
# the different stages of this Dockerfile are meant to be built into separate images
|
||||||
# https://docs.docker.com/compose/compose-file/#target
|
# https://docs.docker.com/compose/compose-file/#target
|
||||||
|
|
||||||
ARG PHP_VERSION=8.1
|
ARG PHP_VERSION=8.2
|
||||||
ARG NODE_VERSION=16
|
ARG NODE_VERSION=18
|
||||||
ARG ALPINE_VERSION=3.15
|
ARG ALPINE_VERSION=3.18
|
||||||
ARG COMPOSER_VERSION=2.4
|
ARG COMPOSER_VERSION=2.6
|
||||||
ARG PHP_EXTENSION_INSTALLER_VERSION=latest
|
ARG PHP_EXTENSION_INSTALLER_VERSION=latest
|
||||||
|
|
||||||
FROM composer:${COMPOSER_VERSION} AS composer
|
FROM composer:${COMPOSER_VERSION} AS composer
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue