diff --git a/Dockerfile b/Dockerfile
index 62ea7cc..50ef892 100644
--- a/Dockerfile
+++ b/Dockerfile
@@ -16,7 +16,7 @@
# under the License.
ARG JAVA_VERSION=17
-ARG JAVA_REVISION=17.0.4
+ARG JAVA_REVISION=17.0.8
FROM public.ecr.aws/amazoncorretto/amazoncorretto:${JAVA_REVISION}-al2
diff --git a/pom.xml b/pom.xml
index cc0cc91..ba7c556 100644
--- a/pom.xml
+++ b/pom.xml
@@ -21,7 +21,7 @@ under the License.
com.sigpwned
aws-lambda-java-base-images
- 17.0.4
+ 17.0.8
aws-lambda-java-base-images
2022
AWS Lambda Base Image for Java 17+