Skip to content

Commit d041993

Browse files
authored
Merge pull request #214 from Xerkus/feature/bump-composer
Bump composer in container to 2.6.6
2 parents 14a5b00 + 1048c12 commit d041993

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Aliasing base images, so we can change just this, when needing to upgrade or pull base layers
22
FROM ubuntu:22.04 AS base-distro
3-
FROM composer:2.4.4 AS composer
3+
FROM composer:2.6.6 AS composer
44

55

66
FROM base-distro AS install-markdownlint

0 commit comments

Comments
 (0)