Skip to content

Commit

Permalink
Merge pull request #16 from Gigaspaces/xap-bump-17.2
Browse files Browse the repository at this point in the history
Bump xap images to gigaspaces/openjdk:17.2
  • Loading branch information
evgenyidf authored May 28, 2024
2 parents 647f149 + e6e07b3 commit e1feea4
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 e1feea4

Please sign in to comment.