Skip to content

Commit

Permalink
Bump F!F version to fix document retreival (#5625) (#170)
Browse files Browse the repository at this point in the history
Co-authored-by: jacodg <[email protected]>
  • Loading branch information
checkiecheck and jacodg authored Oct 27, 2023
1 parent 9e1a9b4 commit 5318560
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 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=7.9-20231006.001807
ARG FF_VERSION=7.9-20231026.224138
ARG GID=1000
ARG UID=1000

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=7.9-20231006.001807
ARG FF_VERSION=7.9-20231026.224138

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:-7.9-20231006.001807}
FF_VERSION: ${FF_VERSION:-7.9-20231026.224138}
image: wearefrank/zaakbrug: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=7.9-20231006.001807
ff.version=7.9-20231026.224138

0 comments on commit 5318560

Please sign in to comment.