Skip to content

Commit 3d5415b

Browse files
Update composer Docker tag to v2.8.8 (#292)
| datasource | package | from | to | | ---------- | -------- | ----- | ----- | | docker | composer | 2.8.7 | 2.8.8 | Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent bc74a07 commit 3d5415b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Dockerfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ ARG NODE_MAJOR=20
22

33
# Aliasing base images, so we can change just this, when needing to upgrade or pull base layers
44
FROM ubuntu:22.04 AS base-distro
5-
FROM composer:2.8.7 AS composer
5+
FROM composer:2.8.8 AS composer
66

77
FROM base-distro AS install-markdownlint
88
ARG NODE_MAJOR

0 commit comments

Comments
 (0)