We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d7d4592 commit e783450Copy full SHA for e783450
Dockerfile
@@ -16,7 +16,7 @@
16
# under the License.
17
18
ARG JAVA_VERSION=17
19
-ARG JAVA_REVISION=17.0.3
+ARG JAVA_REVISION=17.0.4
20
21
FROM public.ecr.aws/amazoncorretto/amazoncorretto:${JAVA_REVISION}-al2
22
pom.xml
@@ -21,7 +21,7 @@ under the License.
<groupId>com.sigpwned</groupId>
23
<artifactId>aws-lambda-java-base-images</artifactId>
24
- <version>17.0.3</version>
+ <version>17.0.4</version>
25
<name>aws-lambda-java-base-images</name>
26
<inceptionYear>2022</inceptionYear>
27
<description>AWS Lambda Base Image for Java 17+</description>
0 commit comments