Skip to content

Commit

Permalink
QD-8148 Update composer Docker tag to v2.7.4
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Apr 24, 2024
1 parent 6e91b9f commit 09e235d
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion 2024.1/base/php.Dockerfile
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
ARG NODE_TAG="20-bullseye-slim"
ARG PHP_TAG="8.3-cli-bullseye"
ARG COMPOSER_TAG="2.7.2"
ARG COMPOSER_TAG="2.7.4"
FROM node:$NODE_TAG AS node_base
FROM composer:$COMPOSER_TAG AS composer_base
FROM php:$PHP_TAG
Expand Down
2 changes: 1 addition & 1 deletion 2024.1/php/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
ARG NODE_TAG="20-bullseye-slim"
ARG PHP_TAG="8.3-cli-bullseye"
ARG COMPOSER_TAG="2.7.2"
ARG COMPOSER_TAG="2.7.4"
FROM node:$NODE_TAG AS node_base
FROM composer:$COMPOSER_TAG AS composer_base
FROM php:$PHP_TAG
Expand Down
2 changes: 1 addition & 1 deletion next/base/php.Dockerfile
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
ARG NODE_TAG="20-bullseye-slim"
ARG PHP_TAG="8.3-cli-bullseye"
ARG COMPOSER_TAG="2.7.2"
ARG COMPOSER_TAG="2.7.4"
FROM node:$NODE_TAG AS node_base
FROM composer:$COMPOSER_TAG AS composer_base
FROM php:$PHP_TAG
Expand Down

0 comments on commit 09e235d

Please sign in to comment.