Skip to content

Commit

Permalink
Updating docker image for jdk21
Browse files Browse the repository at this point in the history
  • Loading branch information
ramari16 committed Jan 24, 2024
1 parent 47de17d commit e93f9f7
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions docker/pic-sure-hpds-etl/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,11 +1,9 @@
FROM docker.io/alpine:3.16
FROM eclipse-temurin:21-alpine

RUN apk add --no-cache --purge -uU bash && rm -rf /var/cache/apk/* /tmp/*

RUN apk add --no-cache --purge -uU curl wget unzip gnupg openssl

RUN apk add --no-cache --purge openjdk21

ADD create_key.sh .
ADD SQLLoader-jar-with-dependencies.jar .
ADD CSVLoader-jar-with-dependencies.jar .
Expand Down

0 comments on commit e93f9f7

Please sign in to comment.