Skip to content
This repository has been archived by the owner on Apr 26, 2024. It is now read-only.

Commit

Permalink
ci: use maven alpine image
Browse files Browse the repository at this point in the history
Co-authored-by: Sindre Rødseth Hansen <[email protected]>
Co-authored-by: Youssef Bel Mekki <[email protected]>
  • Loading branch information
3 people committed Mar 25, 2022
1 parent 9e8953b commit 1afe172
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit 1afe172

Please sign in to comment.