From 032253767fb82e1fdba6802735bea92980e262e8 Mon Sep 17 00:00:00 2001 From: Maxim Date: Mon, 16 Sep 2024 21:15:03 +0300 Subject: [PATCH] Update rest version in Dockerfile --- Dockerfile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Dockerfile b/Dockerfile index 14501d4..6c00277 100644 --- a/Dockerfile +++ b/Dockerfile @@ -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