diff --git a/Dockerfile b/Dockerfile index 3598d8458..c55445834 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,6 +1,6 @@ # Keep in sync with version in frank-runner.properties. Detailed instructions can be found in CONTRIBUTING.md. # Check whether java-orig files have changed in F!F and update custom code (java and java-orig files) accordingly -ARG FF_VERSION=7.9-20231006.001807 +ARG FF_VERSION=7.9-20231026.224138 ARG GID=1000 ARG UID=1000 diff --git a/Dockerfile.java8 b/Dockerfile.java8 index de4852cdb..3fc2b1686 100644 --- a/Dockerfile.java8 +++ b/Dockerfile.java8 @@ -1,6 +1,6 @@ # Keep in sync with version in frank-runner.properties. Detailed instructions can be found in CONTRIBUTING.md. # Check whether java-orig files have changed in F!F and update custom code (java and java-orig files) accordingly -ARG FF_VERSION=7.9-20231006.001807 +ARG FF_VERSION=7.9-20231026.224138 FROM docker.io/frankframework/frankframework:${FF_VERSION} diff --git a/docker-compose.zaakbrug.dev.yml b/docker-compose.zaakbrug.dev.yml index cb75cc8c4..14139a25e 100644 --- a/docker-compose.zaakbrug.dev.yml +++ b/docker-compose.zaakbrug.dev.yml @@ -17,7 +17,7 @@ services: build: context: . args: - FF_VERSION: ${FF_VERSION:-7.9-20231006.001807} + FF_VERSION: ${FF_VERSION:-7.9-20231026.224138} image: wearefrank/zaakbrug:latest container_name: zaakbrug.dev environment: diff --git a/frank-runner.properties b/frank-runner.properties index 00de3bfe0..5e1e25027 100644 --- a/frank-runner.properties +++ b/frank-runner.properties @@ -1,4 +1,4 @@ classloader.type=ScanningDirectoryClassLoader # Keep in sync with version in Dockerfile. Detailed instructions can be found in CONTRIBUTING.md. -ff.version=7.9-20231006.001807 \ No newline at end of file +ff.version=7.9-20231026.224138 \ No newline at end of file