Dokerfile: use alpine 3.18 instead latest
All checks were successful
build / Dockerfile lint (push) Successful in 6s
build / build (push) Successful in 33s

This commit is contained in:
Roger Sikorski 2023-08-22 17:36:41 +02:00
parent c24bbbc6b9
commit 4f1c64d87c
Signed by: RogerSik
GPG Key ID: 207958C85208EAC4

View File

@ -1,5 +1,5 @@
# https://hub.docker.com/_/alpine # https://hub.docker.com/_/alpine
FROM alpine:latest FROM alpine:3.18
RUN apk update && \ RUN apk update && \
apk add --no-cache nano mc micro rsync ncdu git curl apk add --no-cache nano mc micro rsync ncdu git curl