Sfoglia il codice sorgente

Changing base to temurin-focal for r installation to work

Andrej Studen 2 anni fa
parent
commit
1533276141
1 ha cambiato i file con 1 aggiunte e 1 eliminazioni
  1. 1 1
      config/Dockerfile

+ 1 - 1
config/Dockerfile

@@ -1,4 +1,4 @@
-FROM tomcat:9-jdk17-temurin
+FROM tomcat:9-jdk17-temurin-focal
 
 RUN apt-get update && apt-get install -y \
 		dirmngr \