Skip to content

Commit

Permalink
Update composer Docker tag to v2.7.2
Browse files Browse the repository at this point in the history
| datasource | package  | from  | to    |
| ---------- | -------- | ----- | ----- |
| docker     | composer | 2.7.1 | 2.7.2 |


Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] committed Mar 14, 2024
1 parent 0ca7509 commit f27f0bb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ ARG NODE_MAJOR=20

# Aliasing base images, so we can change just this, when needing to upgrade or pull base layers
FROM ubuntu:22.04 AS base-distro
FROM composer:2.7.1 AS composer
FROM composer:2.7.2 AS composer

FROM base-distro AS install-markdownlint
ARG NODE_MAJOR
Expand Down

0 comments on commit f27f0bb

Please sign in to comment.