FROM alpine:3

This commit is contained in:
Michael Grote 2023-11-08 16:27:34 +01:00
parent b31d4279f2
commit 15eec18863

View file

@ -1,5 +1,5 @@
# hadolint ignore=DL3007
FROM alpine:latest
FROM alpine:3
# hadolint ignore=DL3018
RUN apk add --no-cache \