Skip to content

Commit

Permalink
QD-8148 Update composer Docker tag to v2.8.1
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored and tiulpin committed Oct 9, 2024
1 parent 6042730 commit 77e561d
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,6 +1,6 @@
ARG NODE_TAG="20-bullseye-slim"
ARG PHP_TAG="8.3-cli-bullseye"
ARG COMPOSER_TAG="2.7.9"
ARG COMPOSER_TAG="2.8.1"
FROM node:$NODE_TAG AS node_base
FROM composer:$COMPOSER_TAG AS composer_base
FROM php:$PHP_TAG
Expand Down

0 comments on commit 77e561d

Please sign in to comment.