Skip to content

Commit

Permalink
Update rest version in Dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
MaximPlusov committed Sep 16, 2024
1 parent 509f7e8 commit 0322537
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -30,9 +30,9 @@ RUN "$JAVA_HOME/bin/jlink" \
# Now the final application image
FROM alpine:3

# Specify the veraPDF REST version if you want to (to be used in build automation), default is 1.26.1
# Specify the veraPDF REST version if you want to (to be used in build automation), default is 1.27.1
ARG VERAPDF_REST_VERSION
ENV VERAPDF_REST_VERSION=${VERAPDF_REST_VERSION:-1.26.1}
ENV VERAPDF_REST_VERSION=${VERAPDF_REST_VERSION:-1.27.1}

# Set up dumb-init for process safety: https://github.com/Yelp/dumb-init
ADD --link https://github.com/Yelp/dumb-init/releases/download/v1.2.5/dumb-init_1.2.5_x86_64 /usr/local/bin/dumb-init
Expand Down

0 comments on commit 0322537

Please sign in to comment.