From 6c2fa6fbcf7ecd1e8ca241a276e0965387099cdc Mon Sep 17 00:00:00 2001 From: Nagy Vilmos Date: Thu, 23 May 2024 14:41:20 +0200 Subject: [PATCH] #637 use full names for base images --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 34c36bc..a31e9d3 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,4 @@ -FROM eclipse-temurin:17-jre +FROM docker.io/library/eclipse-temurin:17-jre LABEL maintainer="Andrew Gaul " WORKDIR /opt/s3proxy