From 29f248ffc1698391b371a6d61721de3938e7b372 Mon Sep 17 00:00:00 2001 From: GitHub Action Date: Thu, 28 Mar 2024 08:10:40 +0000 Subject: [PATCH] Bump Docker image version to 4.2.2 --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 95bdd5f..a33f340 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.1 AS DITA_OT +FROM ghcr.io/dita-ot/dita-ot:4.2.2 AS DITA_OT SHELL ["/bin/bash", "-o", "pipefail", "-c"]