Skip to content

Commit c7775a8

Browse files
committed
Updating version for GA
1 parent f5061f0 commit c7775a8

11 files changed

Lines changed: 11 additions & 11 deletions

File tree

26/headful/al2023/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
FROM amazonlinux:2023
22

3-
ARG version=26.0.0.34-1
3+
ARG version=26.0.0.35-2
44
ARG package_version=1
55

66
RUN set -eux \

26/headless/al2023/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
FROM amazonlinux:2023
22

3-
ARG version=26.0.0.34-1
3+
ARG version=26.0.0.35-2
44
ARG package_version=1
55

66
RUN set -eux \

26/jdk/al2023/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
FROM amazonlinux:2023
22

3-
ARG version=26.0.0.34-1
3+
ARG version=26.0.0.35-2
44
ARG package_version=1
55

66
RUN set -eux \

26/jdk/alpine/3.20/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
FROM alpine:3.20
22

3-
ARG version=26.0.0.34.1
3+
ARG version=26.0.0.35.2
44

55
# Please note that the THIRD-PARTY-LICENSE could be out of date if the base image has been updated recently.
66
# The Corretto team will update this file but you may see a few days' delay.

26/jdk/alpine/3.21/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
FROM alpine:3.21
22

3-
ARG version=26.0.0.34.1
3+
ARG version=26.0.0.35.2
44

55
# Please note that the THIRD-PARTY-LICENSE could be out of date if the base image has been updated recently.
66
# The Corretto team will update this file but you may see a few days' delay.

26/jdk/alpine/3.22/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
FROM alpine:3.22
22

3-
ARG version=26.0.0.34.1
3+
ARG version=26.0.0.35.2
44

55
# Please note that the THIRD-PARTY-LICENSE could be out of date if the base image has been updated recently.
66
# The Corretto team will update this file but you may see a few days' delay.

26/jdk/alpine/3.23/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
FROM alpine:3.23
22

3-
ARG version=26.0.0.34.1
3+
ARG version=26.0.0.35.2
44

55
# Please note that the THIRD-PARTY-LICENSE could be out of date if the base image has been updated recently.
66
# The Corretto team will update this file but you may see a few days' delay.

26/jdk/debian/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
FROM debian:bullseye-slim
22

3-
ARG version=26.0.0.34-1
3+
ARG version=26.0.0.35-2
44
# In addition to installing the Amazon corretto, we also install
55
# fontconfig. The folks who manage the docker hub's
66
# official image library have found that font management

26/slim/alpine/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
FROM alpine:3.23
22

3-
ARG version=26.0.0.34.1
3+
ARG version=26.0.0.35.1
44

55
# Please note that the THIRD-PARTY-LICENSE could be out of date if the base image has been updated recently.
66
# The Corretto team will update this file but you may see a few days' delay.

26/slim/debian/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
FROM debian:bullseye-slim
22

3-
ARG version=26.0.0.34-1
3+
ARG version=26.0.0.35-1
44
# In addition to installing the Amazon corretto, we also install
55
# fontconfig. The folks who manage the docker hub's
66
# official image library have found that font management

0 commit comments

Comments
 (0)