Skip to content

Commit

Permalink
NON-318: Build application using JDK (not JRE) base image (#337)
Browse files Browse the repository at this point in the history
Build application using JDK (not JRE) base image since gradle now complains about not finding the right toolchain
  • Loading branch information
ushkarev authored Aug 14, 2024
1 parent 7994696 commit 5670b9f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM --platform=$BUILDPLATFORM eclipse-temurin:21-jre-jammy AS builder
FROM --platform=$BUILDPLATFORM eclipse-temurin:21-jdk-jammy AS builder

ARG BUILD_NUMBER
ENV BUILD_NUMBER ${BUILD_NUMBER:-1_0_0}
Expand Down

0 comments on commit 5670b9f

Please sign in to comment.