Skip to content

Commit f6714c2

Browse files
authored
Update base iage to jre alpine 3.23 (#2259)
1 parent c4cebf1 commit f6714c2

3 files changed

Lines changed: 6 additions & 6 deletions

File tree

Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
# sha from https://hub.docker.com/layers/library/eclipse-temurin/21.0.8_9-jre-alpine-3.22/images/sha256-3408c45e1faee20e4e68808939a75f87efa469b927d20e12309689ead053daba
2-
FROM eclipse-temurin@sha256:4ca7eff3ab0ef9b41f5fefa35efaeda9ed8d26e161e1192473b24b3a6c348aef
1+
# sha from https://hub.docker.com/layers/library/eclipse-temurin/8u472-b08-jre-alpine-3.23/images/sha256-c10101f6b597cfeb8265cb7969f32ba9704afb52d28a2967f72c4dfca69633b5
2+
FROM eclipse-temurin@sha256:d5a08fce8cc0bd81591a0793ede78cbc2167c3fbdd0b45743022cbe126b94916
33

44
WORKDIR /app
55
EXPOSE 8080

scripts/azure-cc/Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
# sha from https://hub.docker.com/layers/library/eclipse-temurin/21.0.8_9-jre-alpine-3.22/images/sha256-3408c45e1faee20e4e68808939a75f87efa469b927d20e12309689ead053daba
2-
FROM eclipse-temurin@sha256:4ca7eff3ab0ef9b41f5fefa35efaeda9ed8d26e161e1192473b24b3a6c348aef
1+
# sha from https://hub.docker.com/layers/library/eclipse-temurin/8u472-b08-jre-alpine-3.23/images/sha256-c10101f6b597cfeb8265cb7969f32ba9704afb52d28a2967f72c4dfca69633b5
2+
FROM eclipse-temurin@sha256:d5a08fce8cc0bd81591a0793ede78cbc2167c3fbdd0b45743022cbe126b94916
33

44
# Install necessary packages and set up virtual environment
55
RUN apk update && apk add --no-cache jq python3 py3-pip && \

scripts/gcp-oidc/Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
# sha from https://hub.docker.com/layers/library/eclipse-temurin/21.0.8_9-jre-alpine-3.22/images/sha256-3408c45e1faee20e4e68808939a75f87efa469b927d20e12309689ead053daba
2-
FROM eclipse-temurin@sha256:4ca7eff3ab0ef9b41f5fefa35efaeda9ed8d26e161e1192473b24b3a6c348aef
1+
# sha from https://hub.docker.com/layers/library/eclipse-temurin/8u472-b08-jre-alpine-3.23/images/sha256-c10101f6b597cfeb8265cb7969f32ba9704afb52d28a2967f72c4dfca69633b5
2+
FROM eclipse-temurin@sha256:d5a08fce8cc0bd81591a0793ede78cbc2167c3fbdd0b45743022cbe126b94916
33

44
LABEL "tee.launch_policy.allow_env_override"="API_TOKEN_SECRET_NAME,DEPLOYMENT_ENVIRONMENT,CORE_BASE_URL,OPTOUT_BASE_URL,DEBUG_MODE,SKIP_VALIDATIONS"
55
LABEL "tee.launch_policy.log_redirect"="always"

0 commit comments

Comments
 (0)