Skip to content

Commit 1d236ee

Browse files
committed
Update verapdf version in Dockerfile to 1.28.2
1 parent 405f777 commit 1d236ee

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ ARG VERAPDF_VERSION
2626
ARG VERAPDF_MINOR_VERSION
2727
ARG VERAPDF_INSTALLER_FOLDER
2828
ENV VERAPDF_VERSION=${VERAPDF_VERSION:-1.28}
29-
ENV VERAPDF_MINOR_VERSION=${VERAPDF_MINOR_VERSION:-1}
29+
ENV VERAPDF_MINOR_VERSION=${VERAPDF_MINOR_VERSION:-2}
3030
ENV VERAPDF_INSTALLER_FOLDER=${VERAPDF_INSTALLER_FOLDER:-releases}
3131

3232
WORKDIR /tmp

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -121,7 +121,7 @@ Where `${project.version}` is the current Maven project version. This should bri
121121

122122
The accompanying [`Dockerfile`](Dockerfile) can be used to build a Docker image containing the veraPDF CLI and GUI applications. The image is based on the official Alpine image. It doesn't build the project, instead it downloads a version of the installer. It also builds a slimline JRE which is used to trim the final image size.
123123

124-
The version built is controlled by three arguments in the Dockerfile, `VERAPDF_VERSION`, `VERAPDF_MINOR_VERSION` and `VERAPDF_INSTALLER_FOLDER`. These can be used to select a specific installer at invocation time. The default values are `VERAPDF_VERSION=1.28`, `VERAPDF_MINOR_VERSION=1` and `VERAPDF_INSTALLER_FOLDER=releases`, which builds the latest production version, e.g. `1.28.1`.
124+
The version built is controlled by three arguments in the Dockerfile, `VERAPDF_VERSION`, `VERAPDF_MINOR_VERSION` and `VERAPDF_INSTALLER_FOLDER`. These can be used to select a specific installer at invocation time. The default values are `VERAPDF_VERSION=1.28`, `VERAPDF_MINOR_VERSION=2` and `VERAPDF_INSTALLER_FOLDER=releases`, which builds the latest production version, e.g. `1.28.2`.
125125

126126
To run the latest dev build available in the GitHub registry:
127127

0 commit comments

Comments
 (0)