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 eb4c93b commit 84b6aa3Copy full SHA for 84b6aa3
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.9 AS composer
+FROM composer:2.8.10 AS composer
6
7
FROM base-distro AS install-markdownlint
8
ARG NODE_MAJOR
0 commit comments