Skip to content

Commit

Permalink
QD-8148 Update composer Docker tag to v2.8.3
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored and tiulpin committed Nov 19, 2024
1 parent d6b5e6c commit 01b6f4e
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.8.1"
ARG COMPOSER_TAG="2.8.3"
FROM node:$NODE_TAG AS node_base
FROM composer:$COMPOSER_TAG AS composer_base
FROM php:$PHP_TAG
Expand Down

0 comments on commit 01b6f4e

Please sign in to comment.