From 1afe172467c8fcb791eb4c47602fdcf62600d16a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tommy=20Tr=C3=B8en?= Date: Fri, 25 Mar 2022 12:26:11 +0100 Subject: [PATCH] ci: use maven alpine image MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Co-authored-by: Sindre Rødseth Hansen Co-authored-by: Youssef Bel Mekki --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 7466b87..45c93cc 100644 --- a/Dockerfile +++ b/Dockerfile @@ -7,7 +7,7 @@ WORKDIR /src COPY . /src RUN make salsa -FROM maven:3.8.4-eclipse-temurin-17 +FROM maven:3.8.4-eclipse-temurin-17-alpine ENV COSIGN_VERSION=v1.6.0