Skip to content
This repository has been archived by the owner on Oct 24, 2024. It is now read-only.

Commit

Permalink
Update Dockerfile to 8.3
Browse files Browse the repository at this point in the history
  • Loading branch information
gander authored Jan 5, 2024
1 parent 93aff31 commit 0169f93
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
ARG PHP_VERSION=8.2
ARG PHP_VERSION=8.3

FROM php:${PHP_VERSION}-apache

ARG PHP_VERSION

ARG XDEBUG_EXTENSION=xdebug-^3.2
ARG XDEBUG_EXTENSION=xdebug-^3.3
ARG XDEBUG_CONFIG_FILE=config/xdebug3.ini

ARG PHP_EXTENSIONS=bcmath-stable,gd-stable,intl-stable,pcntl-stable,pdo_mysql-stable,pdo_pgsql-stable,zip-stable
Expand Down

0 comments on commit 0169f93

Please sign in to comment.