Skip to content

Commit fefe3ff

Browse files
chore(deps): update dependency hapifhir/org.hl7.fhir.core to v6.7.9 (#244)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 5ca0d94 commit fefe3ff

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ chmod +x /usr/local/bin/publisher.jar
4949
EOF
5050

5151
# renovate: datasource=github-releases depName=hapifhir/org.hl7.fhir.core extractVersion=^(?<version>.*)$
52-
ARG VALIDATOR_JAR_VERSION=6.7.7
52+
ARG VALIDATOR_JAR_VERSION=6.7.9
5353
ARG VALIDATOR_JAR_DOWNLOAD_URL="https://github.com/hapifhir/org.hl7.fhir.core/releases/download/${VALIDATOR_JAR_VERSION}/validator_cli.jar"
5454
RUN <<EOF
5555
curl -LSs "$VALIDATOR_JAR_DOWNLOAD_URL" --output /usr/local/bin/validator_cli.jar

0 commit comments

Comments
 (0)