Skip to content

Commit

Permalink
Bump composer in container to 2.6.6
Browse files Browse the repository at this point in the history
Signed-off-by: Aleksei Khudiakov <[email protected]>
  • Loading branch information
Xerkus committed Jan 31, 2024
1 parent 925c3ba commit 1048c12
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
@@ -1,6 +1,6 @@
# 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.4.4 AS composer
FROM composer:2.6.6 AS composer


FROM base-distro AS install-markdownlint
Expand Down

0 comments on commit 1048c12

Please sign in to comment.