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 3a087a6 commit 93cf0de
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 @@ -32,9 +32,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 93cf0de

Please sign in to comment.