Skip to content

Commit

Permalink
QD-8148 Update composer Docker tag to v2.7.2
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Mar 12, 2024
1 parent 1178dd2 commit fa18982
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 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.1"
ARG COMPOSER_TAG="2.7.2"
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.1"
ARG COMPOSER_TAG="2.7.2"
FROM node:$NODE_TAG AS node_base
FROM composer:$COMPOSER_TAG AS composer_base
FROM php:$PHP_TAG
Expand Down

0 comments on commit fa18982

Please sign in to comment.