diff --git a/Dockerfile b/Dockerfile
index 62ea7cc..948349c 100644
--- a/Dockerfile
+++ b/Dockerfile
@@ -15,10 +15,10 @@
# specific language governing permissions and limitations
# under the License.
-ARG JAVA_VERSION=17
-ARG JAVA_REVISION=17.0.4
+ARG JAVA_VERSION=19
+ARG JAVA_REVISION=19.0.2
-FROM public.ecr.aws/amazoncorretto/amazoncorretto:${JAVA_REVISION}-al2
+FROM public.ecr.aws/amazoncorretto/amazoncorretto:${JAVA_VERSION}-amd64
COPY target/dependencies/* /var/runtime/lib/
diff --git a/pom.xml b/pom.xml
index cc0cc91..0cb87bd 100644
--- a/pom.xml
+++ b/pom.xml
@@ -21,7 +21,7 @@ under the License.
com.sigpwned
aws-lambda-java-base-images
- 17.0.4
+ 19.0.2
aws-lambda-java-base-images
2022
AWS Lambda Base Image for Java 17+
@@ -59,7 +59,7 @@ under the License.
- 17
+ 19
${project.version}
aleph0io
al2