diff --git a/Dockerfile b/Dockerfile index 59c5e507..e15aa8c8 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=8.3.0-20241010.042329 +ARG FF_VERSION=8.3.0-20240910.042339 FROM docker.io/frankframework/frankframework:${FF_VERSION} as ff-base # Copy dependencies diff --git a/Dockerfile.java8 b/Dockerfile.java8 index 178ba2aa..3c51bae1 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=8.3.0-20241010.042329 +ARG FF_VERSION=8.3.0-20240910.042339 FROM docker.io/frankframework/frankframework:${FF_VERSION} diff --git a/docker-compose.zaakbrug.dev.yml b/docker-compose.zaakbrug.dev.yml index 671c5283..016599ea 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:-8.3.0-20241010.042329} + FF_VERSION: ${FF_VERSION:-8.3.0-20240910.042339} image: wearefrank/zaakbrug:${ZAAKBRUG_VERSION:-latest} container_name: zaakbrug.dev environment: diff --git a/frank-runner.properties b/frank-runner.properties index b1062837..1a25bcf3 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=8.3.0-20241010.042329 \ No newline at end of file +ff.version=8.3.0-20240910.042339 \ No newline at end of file