We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 77bc0de commit 82d459bCopy full SHA for 82d459b
Dockerfile
@@ -1,6 +1,6 @@
1
# Keep in sync with version in frank-runner.properties. Detailed instructions can be found in CONTRIBUTING.md.
2
# Check whether java-orig files have changed in F!F and update custom code (java and java-orig files) accordingly
3
-ARG FF_VERSION=9.4.0-20251218.042336
+ARG FF_VERSION=9.4.1
4
FROM docker.io/frankframework/frankframework:${FF_VERSION} AS ff-base
5
6
# Copy dependencies
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=9.4.0-20251218.042336
+ff.version=9.4.1
0 commit comments