Skip to content

Commit

Permalink
QD-8148 Update php Docker tag to v8.4
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored and tiulpin committed Nov 21, 2024
1 parent 48be044 commit a4d25ea
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion next/base/php.Dockerfile
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
ARG NODE_TAG="22-bullseye-slim"
ARG PHP_TAG="8.3-cli-bullseye"
ARG PHP_TAG="8.4-cli-bullseye"
ARG COMPOSER_TAG="2.8.3"
FROM node:$NODE_TAG AS node_base
FROM composer:$COMPOSER_TAG AS composer_base
Expand Down

0 comments on commit a4d25ea

Please sign in to comment.