Skip to content

Commit 041bfd7

Browse files
chore: nightly automatic updates
1 parent d9c94a4 commit 041bfd7

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

pkg/util/defaults/defaults.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ const (
2929
DefaultRuntimeVersion = "3.15.3"
3030

3131
// baseImage --
32-
baseImage = "eclipse-temurin:17-jdk@sha256:df3e2b53382a7a2867c04a686c81fecf49cbb8e52045ed7d13a67c23da330e7c"
32+
baseImage = "eclipse-temurin:17-jdk@sha256:aae0b1494a5637b2c1b933080088ccc196dec7ffb83ce1cd524211ea4f640ff4"
3333

3434
// LocalRepository --
3535
LocalRepository = "/etc/maven/m2"

script/Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ BASE_IMAGE_NAME := eclipse-temurin
5151
BASE_IMAGE_VERSION := 17-jdk
5252
OFFICIAL_IMAGE_VERSION := 17-jdk
5353
BASE_IMAGE_SHA_VERSION := 17-jdk
54-
BASE_IMAGE_SHA := sha256:df3e2b53382a7a2867c04a686c81fecf49cbb8e52045ed7d13a67c23da330e7c
54+
BASE_IMAGE_SHA := sha256:aae0b1494a5637b2c1b933080088ccc196dec7ffb83ce1cd524211ea4f640ff4
5555
BASE_IMAGE := $(BASE_IMAGE_NAME):$(BASE_IMAGE_VERSION)$(if $(filter $(BASE_IMAGE_VERSION),$(BASE_IMAGE_SHA_VERSION)),@$(BASE_IMAGE_SHA),)
5656
LOCAL_REPOSITORY := /etc/maven/m2
5757
OPENSHIFT_REGISTRY := image-registry.openshift-image-registry.svc:5000

0 commit comments

Comments
 (0)