Skip to content

Commit

Permalink
Use Temurin's base image (#24)
Browse files Browse the repository at this point in the history
  • Loading branch information
supl authored Dec 27, 2023
1 parent 86106d4 commit 6c0ce80
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion cli/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,6 @@
FROM ghcr.io/scalar-labs/jre8:1.1.14
FROM eclipse-temurin:8-jre
RUN apt-get update && apt-get upgrade -y \
&& rm -rf /var/lib/apt/lists/*

COPY build/libs/scalar-admin-for-kubernetes-cli*.jar /app.jar

Expand Down

0 comments on commit 6c0ce80

Please sign in to comment.