Skip to content

Commit

Permalink
Update Dockerfile
Browse files Browse the repository at this point in the history
upgrade to java17 to get SMT working
  • Loading branch information
jiak94 authored Aug 19, 2024
1 parent 54660f4 commit 2eba0fa
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions server/2.7/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# Stage 1: Build stage
FROM registry.access.redhat.com/ubi8/openjdk-11 AS builder
FROM registry.access.redhat.com/ubi8/openjdk-17 AS builder

LABEL maintainer="Debezium Community"

Expand Down Expand Up @@ -49,7 +49,7 @@ RUN echo "$SERVER_MD5 /tmp/debezium.tar.gz" | md5sum -c - &&\
RUN chmod -R g+w,o+w $SERVER_HOME

# Stage 2: Final image
FROM registry.access.redhat.com/ubi8/openjdk-11
FROM registry.access.redhat.com/ubi8/openjdk-17

LABEL maintainer="Debezium Community"

Expand Down

0 comments on commit 2eba0fa

Please sign in to comment.