Skip to content

Commit

Permalink
chore(Containerfile): bump to java 11 (#28)
Browse files Browse the repository at this point in the history
  • Loading branch information
maxime1907 authored May 21, 2024
1 parent a3b8007 commit 919e59f
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions Containerfile
Original file line number Diff line number Diff line change
@@ -1,10 +1,11 @@
FROM openjdk:8-jre AS builder
FROM eclipse-temurin:11 AS builder

ARG DRUID_VERSION=26.0.0
ENV DRUID_VERSION=$DRUID_VERSION

RUN apt-get update \
&& apt-get install -y --no-install-recommends bash=5.1-2+deb11u1 perl=5.32.1-4+deb11u2 \
&& apt-get install -y --no-install-recommends \
libfindbin-libs-perl=2* \
&& rm -rf /var/lib/apt/lists/*

RUN wget --progress=dot:giga http://apache.crihan.fr/dist/druid/${DRUID_VERSION}/apache-druid-${DRUID_VERSION}-bin.tar.gz \
Expand Down

0 comments on commit 919e59f

Please sign in to comment.