Skip to content

Commit

Permalink
Merge branch 'php82' into pdo_sqlsrv
Browse files Browse the repository at this point in the history
  • Loading branch information
boboldehampsink authored Sep 11, 2023
2 parents 6e42f99 + a830b10 commit ab4d67f
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
# Which versions?
ARG PHP_VERSION=8.2.8
ARG PDO_SQLSRV_EXT_VERSION=5.11.0
ARG PHP_VERSION=8.2.10
ARG PDO_SQLSRV_EXT_VERSION=5.11.1
ARG REDIS_EXT_VERSION=5.3.7
ARG IMAGICK_EXT_VERSION=3.7.0
ARG PCOV_EXT_VERSION=1.0.11
ARG HTTPD_VERSION=2.4.57
ARG NGINX_VERSION=1.24.0
ARG NODE_VERSION=18.17.0
ARG NODE_VERSION=18.17.1
ARG COMPOSER_VERSION=2.5.8
ARG YARN_VERSION=1.22.19

Expand Down

0 comments on commit ab4d67f

Please sign in to comment.