diff --git a/CHANGELOG.md b/CHANGELOG.md
index 7b499dd..0b39326 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -5,7 +5,15 @@ All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/)
and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html).
-## [2.4.1] - 2022-09-03
+## [2.4.2] - 2022-10-10
+
+### Fixed
+* The stand-alone docker image was based on a x86 architecture only. Now others are supported as well.
+
+### Changed
+* Updated Function Agent to v0.2.1
+
+## [2.4.1] - 2022-10-03
### Added
* Possibility to run stand-alone, with Flink embedded.
@@ -205,3 +213,4 @@ can be set with the program argument `--baseIRI`.
[2.3.0]: https://github.com/RMLio/RMLStreamer/compare/v2.2.2...v2.3.0
[2.4.0]: https://github.com/RMLio/RMLStreamer/compare/v2.3.0...v2.4.0
[2.4.1]: https://github.com/RMLio/RMLStreamer/compare/v2.4.0...v2.4.1
+[2.4.2]: https://github.com/RMLio/RMLStreamer/compare/v2.4.1...v2.4.2
diff --git a/Dockerfile b/Dockerfile
index a245606..69f76bc 100644
--- a/Dockerfile
+++ b/Dockerfile
@@ -1,4 +1,4 @@
-FROM eclipse-temurin:19_36-jre-alpine
+FROM eclipse-temurin:19-jre
RUN mkdir /opt/app
COPY target/RMLStreamer-*.jar /opt/app/RMLStreamer.jar
ENTRYPOINT ["java", "-jar", "/opt/app/RMLStreamer.jar"]
diff --git a/pom.xml b/pom.xml
index 29671b6..59a411a 100644
--- a/pom.xml
+++ b/pom.xml
@@ -28,7 +28,7 @@ SOFTWARE.
io.rml
RMLStreamer
- 2.4.1
+ 2.4.2
jar
RMLStreamer
@@ -387,7 +387,7 @@ SOFTWARE.
com.github.FnOio
function-agent-java
- v0.2.0
+ v0.2.1
org.apache.jena