Skip to content

Commit

Permalink
Bruk eclipse-temurin i stedet for openjdk som base image (#27)
Browse files Browse the repository at this point in the history
openjdk oppdateres ikke lenger, og inneholder derfor sårbarheter.

Closes #25
  • Loading branch information
arnfinn authored Nov 6, 2023
1 parent 15df000 commit 418b5b2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion imongr/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM openjdk:8-jre
FROM eclipse-temurin:8-jre-jammy

RUN mkdir -p /opt/shinyproxy/ \
&& wget --progress=dot:giga https://www.shinyproxy.io/downloads/shinyproxy-2.6.1.jar -O /opt/shinyproxy/shinyproxy.jar
Expand Down

0 comments on commit 418b5b2

Please sign in to comment.