We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 23aa87d commit 24d2faeCopy full SHA for 24d2fae
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.8.5 AS composer
+FROM composer:2.8.6 AS composer
6
7
FROM base-distro AS install-markdownlint
8
ARG NODE_MAJOR
0 commit comments