Skip to content

Commit

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


Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] committed Feb 14, 2024
1 parent 71e117d commit 9a66d1b
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.6.6 AS composer
FROM composer:2.7.1 AS composer

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

0 comments on commit 9a66d1b

Please sign in to comment.