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