From e2293a1acc4450015d345f5d8d8d9ef11f48e499 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 19 Jun 2023 15:09:07 +0200 Subject: [PATCH] Bump alfresco/alfresco-base-java in /engines/aio (#822) Bumps alfresco/alfresco-base-java from jre17-rockylinux8-202302221525 to jre17-rockylinux8-202306121108. --- updated-dependencies: - dependency-name: alfresco/alfresco-base-java dependency-type: direct:production ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- engines/aio/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/engines/aio/Dockerfile b/engines/aio/Dockerfile index 75675795..69be9b47 100644 --- a/engines/aio/Dockerfile +++ b/engines/aio/Dockerfile @@ -5,7 +5,7 @@ # ImageMagick is from ImageMagick Studio LLC. See the license at http://www.imagemagick.org/script/license.php or in /ImageMagick-license.txt. # alfresco-pdf-renderer uses the PDFium library from Google Inc. See the license at https://pdfium.googlesource.com/pdfium/+/master/LICENSE or in /pdfium.txt. -FROM alfresco/alfresco-base-java:jre17-rockylinux8-202302221525 +FROM alfresco/alfresco-base-java:jre17-rockylinux8-202306121108 ARG EXIFTOOL_VERSION=12.25 ARG EXIFTOOL_FOLDER=Image-ExifTool-${EXIFTOOL_VERSION}