We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9d5fa47 commit d21de90Copy full SHA for d21de90
Dockerfile
@@ -2,7 +2,7 @@ ARG NODE_MAJOR=20
2
3
# Aliasing base images, so we can change just this, when needing to upgrade or pull base layers
4
FROM ubuntu:22.04 AS base-distro
5
-FROM composer:2.7.7 AS composer
+FROM composer:2.7.8 AS composer
6
7
FROM base-distro AS install-markdownlint
8
ARG NODE_MAJOR
0 commit comments