From 6594594a2edbf06c0022a936f71104dc7833afc1 Mon Sep 17 00:00:00 2001 From: GitHub Action Date: Tue, 17 Dec 2024 10:15:26 +0000 Subject: [PATCH] Bump Docker image version to 4.2.4 --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 563c751..ec1a80f 100644 --- a/Dockerfile +++ b/Dockerfile @@ -3,7 +3,7 @@ # This file is part of the DITA-OT Build GitHub Action project. # See the accompanying LICENSE file for applicable licenses. -FROM ghcr.io/dita-ot/dita-ot:4.2.3 AS DITA_OT +FROM ghcr.io/dita-ot/dita-ot:4.2.4 AS DITA_OT SHELL ["/bin/bash", "-o", "pipefail", "-c"]