Skip to content

Commit

Permalink
build(dependencies): bump f!f version to 8.2.0-20240711.042331
Browse files Browse the repository at this point in the history
  • Loading branch information
MLenterman committed Jul 19, 2024
1 parent 18a3235 commit 62eefb9
Show file tree
Hide file tree
Showing 5 changed files with 1,939 additions and 1,271 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.1.0-20240404.042328
ARG FF_VERSION=8.2.0-20240711.042331
FROM docker.io/frankframework/frankframework:${FF_VERSION} as ff-base

# Copy dependencies
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.1.0-20240404.042328}
FF_VERSION: ${FF_VERSION:-8.2.0-20240711.042331}
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.1.0-20240404.042328
ff.version=8.2.0-20240711.042331
Loading

0 comments on commit 62eefb9

Please sign in to comment.