From a0bab29cc6d3a5ec05ead2e74a29b90d67b16252 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 17 Jan 2024 18:35:27 +0000 Subject: [PATCH] chore(deps): update dependency hl7/fhir-ig-publisher to v1.5.12 --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 6dbf095..daad394 100644 --- a/Dockerfile +++ b/Dockerfile @@ -27,7 +27,7 @@ EOF COPY package*.json . RUN npm clean-install -ENV PUBLISHER_VERSION=1.5.11 +ENV PUBLISHER_VERSION=1.5.12 ENV PUBLISHER_DOWNLOAD_URL="https://github.com/HL7/fhir-ig-publisher/releases/download/${PUBLISHER_VERSION}/publisher.jar" RUN <