diff --git a/Dockerfile b/Dockerfile index e57465b..15b5cbf 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,7 +1,7 @@ ARG NODE_MAJOR=20 # 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 ubuntu:24.04 AS base-distro FROM composer:2.7.9 AS composer FROM base-distro AS install-markdownlint