We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5ca0d94 commit fefe3ffCopy full SHA for fefe3ff
Dockerfile
@@ -49,7 +49,7 @@ chmod +x /usr/local/bin/publisher.jar
49
EOF
50
51
# renovate: datasource=github-releases depName=hapifhir/org.hl7.fhir.core extractVersion=^(?<version>.*)$
52
-ARG VALIDATOR_JAR_VERSION=6.7.7
+ARG VALIDATOR_JAR_VERSION=6.7.9
53
ARG VALIDATOR_JAR_DOWNLOAD_URL="https://github.com/hapifhir/org.hl7.fhir.core/releases/download/${VALIDATOR_JAR_VERSION}/validator_cli.jar"
54
RUN <<EOF
55
curl -LSs "$VALIDATOR_JAR_DOWNLOAD_URL" --output /usr/local/bin/validator_cli.jar
0 commit comments