From 72dcab64e305c36222dd8aa332149e4d6a51ff09 Mon Sep 17 00:00:00 2001 From: Ori Shavit Date: Tue, 9 Apr 2024 14:42:11 +0300 Subject: [PATCH] switch to alpine --- Dockerfile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Dockerfile b/Dockerfile index 7f48b43..623eaf9 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,2 +1,2 @@ -FROM gcr.io/distroless/static:nonroot -COPY ./build/bin /rolesanywhere-credential-helper \ No newline at end of file +FROM alpine:3.19 +COPY ./build/bin /rolesanywhere-credential-helper