change base image to eclipse-temurin

the openjdk images are deprecated, and have critical
vulnerabilities
pull/566/head
Lars Hagen 2023-10-12 13:17:18 +02:00 zatwierdzone przez Andrew Gaul
rodzic 916af55366
commit 521bc14ab6
1 zmienionych plików z 1 dodań i 1 usunięć

Wyświetl plik

@ -1,4 +1,4 @@
FROM openjdk:11-jre-slim
FROM eclipse-temurin:11-jre
LABEL maintainer="Andrew Gaul <andrew@gaul.org>"
WORKDIR /opt/s3proxy