Skip to content

Commit

Permalink
build(dependencies): bump f!f version to 9.0.0-20241102.042334
Browse files Browse the repository at this point in the history
  • Loading branch information
MLenterman committed Nov 4, 2024
1 parent 535463b commit 317d53a
Show file tree
Hide file tree
Showing 5 changed files with 461 additions and 687 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=9.0.0-20241026.042336
ARG FF_VERSION=9.0.0-20241102.042334
FROM docker.io/frankframework/frankframework:${FF_VERSION} as ff-base

Check warning on line 4 in Dockerfile

View workflow job for this annotation

GitHub Actions / ci / docker-ci / build

The 'as' keyword should match the case of the 'from' keyword

FromAsCasing: 'as' and 'FROM' keywords' casing do not match More info: https://docs.docker.com/go/dockerfile/rule/from-as-casing/

# 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:-9.0.0-20241026.042336}
FF_VERSION: ${FF_VERSION:-9.0.0-20241102.042334}
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=9.0.0-20241026.042336
ff.version=9.0.0-20241102.042334
Loading

0 comments on commit 317d53a

Please sign in to comment.