diff --git a/.github/release-versions.yml b/.github/release-versions.yml index 41a006898..79a475a3e 100644 --- a/.github/release-versions.yml +++ b/.github/release-versions.yml @@ -1,5 +1,5 @@ env: global: # Release version has to start with real version (23.2.0-....) for the docker image to build successfully. - - RELEASE_VERSION=26.3.0-A.14 - - DEVELOPMENT_VERSION=26.3.0-A.15-SNAPSHOT + - RELEASE_VERSION=26.3.0-A.15 + - DEVELOPMENT_VERSION=26.3.0-A.16-SNAPSHOT diff --git a/docker-alfresco/ags/Dockerfile b/docker-alfresco/ags/Dockerfile index 4883bc032..a99c92218 100644 --- a/docker-alfresco/ags/Dockerfile +++ b/docker-alfresco/ags/Dockerfile @@ -1,6 +1,6 @@ ARG BASE_IMAGE # BUILD STAGE AGS -FROM debian:11-slim AS AGSBUILDER +FROM debian:12-slim AS AGSBUILDER RUN export DEBIAN_FRONTEND=noninteractive; \ apt-get update -qqy && apt-get -yqq install unzip && \ diff --git a/pom.xml b/pom.xml index b41ffa26c..cdee0f8eb 100644 --- a/pom.xml +++ b/pom.xml @@ -9,13 +9,13 @@ org.alfresco alfresco-community-repo ../alfresco-community-repo/pom.xml - 26.3.0.44 + 26.3.0.48 - 26.3.0.44 - 26.3.0.38 - 26.3.0-A.14 + 26.3.0.48 + 26.3.0.42 + 26.3.0-A.15 ${dependency.alfresco-community-repo.version} ${dependency.alfresco-community-share.version}