Skip to content

Commit

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


Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] committed Jun 13, 2024
1 parent 9652956 commit 7e5a355
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.2 AS composer
FROM composer:2.7.7 AS composer

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

0 comments on commit 7e5a355

Please sign in to comment.