Skip to content

Commit

Permalink
Bump xap images to gigaspaces/openjdk:17.2
Browse files Browse the repository at this point in the history
  • Loading branch information
denomolo committed May 28, 2024
1 parent 647f149 commit e6e07b3
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion operator/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
ARG BASE_IMAGE=gigaspaces/openjdk
ARG BASE_TAG=17.1
ARG BASE_TAG=17.2
FROM ${BASE_IMAGE}:${BASE_TAG}
# The argument below is no longer used. We are moving to ubi8/openjdk-11 image
# instead of post-install of jdk due to tzdb corruption in upstream repo.
Expand Down
2 changes: 1 addition & 1 deletion smart-cache-enterprise/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
ARG BASE_IMAGE=gigaspaces/openjdk
ARG BASE_TAG=17.1
ARG BASE_TAG=17.2
FROM ${BASE_IMAGE}:${BASE_TAG}
# The argument below is no longer used. We are moving to ubi8/openjdk-11 image
# instead of post-install of jdk due to tzdb corruption in upstream repo.
Expand Down

0 comments on commit e6e07b3

Please sign in to comment.