Skip to content

Commit

Permalink
build(dependencies): bump f!f version to 8.3.0-20241010.042329
Browse files Browse the repository at this point in the history
  • Loading branch information
MLenterman committed Oct 15, 2024
1 parent 0b9830a commit 73c14a4
Show file tree
Hide file tree
Showing 6 changed files with 2,442 additions and 304 deletions.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -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-20240910.042339
ARG FF_VERSION=8.3.0-20241010.042329
FROM docker.io/frankframework/frankframework:${FF_VERSION} as ff-base

# Copy dependencies
Expand Down
2 changes: 1 addition & 1 deletion Dockerfile.java8
Original file line number Diff line number Diff line change
@@ -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-20240910.042339
ARG FF_VERSION=8.3.0-20241010.042329

FROM docker.io/frankframework/frankframework:${FF_VERSION}

Expand Down
2 changes: 1 addition & 1 deletion docker-compose.zaakbrug.dev.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ services:
build:
context: .
args:
FF_VERSION: ${FF_VERSION:-8.3.0-20240910.042339}
FF_VERSION: ${FF_VERSION:-8.3.0-20241010.042329}
image: wearefrank/zaakbrug:${ZAAKBRUG_VERSION:-latest}
container_name: zaakbrug.dev
environment:
Expand Down
2 changes: 1 addition & 1 deletion frank-runner.properties
Original file line number Diff line number Diff line change
@@ -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-20240910.042339
ff.version=8.3.0-20241010.042329
Loading

0 comments on commit 73c14a4

Please sign in to comment.