Skip to content

Commit 855dbd4

Browse files
feat: update base image from debian 11 to 12 (#18)
* feat: update base image from debian 11 to 12 * Update java-11/Dockerfile Co-authored-by: Ravi Singal <[email protected]> * chore: update java version --------- Co-authored-by: Ravi Singal <[email protected]>
1 parent 3ea4cc8 commit 855dbd4

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

java-11/Dockerfile

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -44,11 +44,11 @@ jdk.zipfs\
4444
# We extract JRE's hard dependencies, libz and SSL certs, from the fat JRE image.
4545
FROM gcr.io/distroless/java:11-debug AS deps
4646

47-
FROM amd64/debian:bullseye-slim As builder
47+
FROM amd64/debian:bookworm-slim As builder
4848
RUN apt update && apt install -y libjemalloc-dev
4949

50-
# Debian-11 image
51-
FROM gcr.io/distroless/cc:debug
50+
# Debian-12 image
51+
FROM gcr.io/distroless/cc-debian12:debug
5252

5353
MAINTAINER Hypertrace "https://www.hypertrace.org/"
5454

java-11/build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ plugins {
22
id("org.hypertrace.docker-publish-plugin")
33
}
44

5-
var javaVersion = "11.0.19-11.64.19"
5+
var javaVersion = "11.0.20.1-11.66.19"
66

77
hypertraceDocker {
88
defaultImage {

java-14/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ jdk.zipfs\
4444
# We extract JRE's hard dependencies, libz and SSL certs, from the fat JRE image.
4545
FROM gcr.io/distroless/java:11-debug AS deps
4646

47-
FROM gcr.io/distroless/cc:debug
47+
FROM gcr.io/distroless/cc-debian12:debug
4848

4949
MAINTAINER Hypertrace "https://www.hypertrace.org/"
5050

0 commit comments

Comments
 (0)