From b35e746efaa263639b839ee4ed832f663cdb45e1 Mon Sep 17 00:00:00 2001 From: Giovanni Rosa Date: Wed, 12 Apr 2023 19:04:07 +0200 Subject: [PATCH] Fix for Dockerfile smell DL3007 Signed-off-by: Giovanni Rosa --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 58ed4f6..07b476e 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,4 @@ -FROM alpine:latest as alpine_builder +FROM alpine:3.17.3 as alpine_builder RUN apk --no-cache add ca-certificates RUN apk --no-cache add tzdata ENTRYPOINT ["/kail"]