From c53fbbad4ff41e58c5afa334d82208697269aa97 Mon Sep 17 00:00:00 2001 From: GitHub Action Date: Mon, 20 Feb 2023 08:20:56 +0000 Subject: [PATCH] Bump Docker image version to 4.0.2 --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 5b1db8a..e24feeb 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.0.1 AS DITA_OT +FROM ghcr.io/dita-ot/dita-ot:4.0.2 AS DITA_OT SHELL ["/bin/bash", "-o", "pipefail", "-c"]