Skip to content

Commit

Permalink
Merge pull request #42 from SHACL-X/renovate/alpine-3.x
Browse files Browse the repository at this point in the history
chore(deps): update alpine docker tag to v3.19.1
  • Loading branch information
ashleycaselli authored May 9, 2024
2 parents 8108067 + abede59 commit 1a28095
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .docker/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ RUN unzip target/shacl-x-${VERSION}-bin.zip -d /app/

# BUILD STAGE 2: keep only Java and SHACL-X

FROM alpine:3.18
FROM alpine:3.19.1

ARG VERSION

Expand All @@ -39,4 +39,4 @@ ENV PATH "/app/shacl-x-${VERSION}/bin:${PATH}"
COPY --from=jre-build /javaruntime $JAVA_HOME
COPY --chmod=0755 --from=jre-build /app/shacl-x-${VERSION} /app/shacl-x-${VERSION}
COPY --chmod=0755 --from=jre-build "/app/.docker/entrypoint.sh" "/entrypoint.sh"
ENTRYPOINT ["/entrypoint.sh"]
ENTRYPOINT ["/entrypoint.sh"]

0 comments on commit 1a28095

Please sign in to comment.