From 967adc962b4c469800e0036185d5940aebbc2534 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Maximilian=20B=C3=B6sing?= <2189546+boesing@users.noreply.github.com> Date: Tue, 5 Jul 2022 18:51:52 +0200 Subject: [PATCH] chore: update `composer` to v2.3.9 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Maximilian Bösing <2189546+boesing@users.noreply.github.com> --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index eefe7a5..f798559 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,6 +1,6 @@ # Aliasing base images, so we can change just this, when needing to upgrade or pull base layers FROM ubuntu:20.04 AS base-distro -FROM composer:2.3.7 AS composer +FROM composer:2.3.9 AS composer FROM base-distro AS install-markdownlint