Skip to content

Commit e783450

Browse files
committed
bump java 17 version
1 parent d7d4592 commit e783450

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
# under the License.
1717

1818
ARG JAVA_VERSION=17
19-
ARG JAVA_REVISION=17.0.3
19+
ARG JAVA_REVISION=17.0.4
2020

2121
FROM public.ecr.aws/amazoncorretto/amazoncorretto:${JAVA_REVISION}-al2
2222

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ under the License.
2121

2222
<groupId>com.sigpwned</groupId>
2323
<artifactId>aws-lambda-java-base-images</artifactId>
24-
<version>17.0.3</version>
24+
<version>17.0.4</version>
2525
<name>aws-lambda-java-base-images</name>
2626
<inceptionYear>2022</inceptionYear>
2727
<description>AWS Lambda Base Image for Java 17+</description>

0 commit comments

Comments
 (0)