From ab961dfa1cc0edbc32272dadf6d14772d32f84fc Mon Sep 17 00:00:00 2001 From: Michael Grote Date: Wed, 8 Nov 2023 16:27:54 +0100 Subject: [PATCH] FROM alpine:3 --- Dockerfile | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/Dockerfile b/Dockerfile index e3ba463..aacb16f 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,5 +1,4 @@ -# hadolint ignore=DL3007 -FROM alpine:latest +FROM alpine:3 # hadolint ignore=DL3018 RUN apk add --no-cache \