Dokerfile: use alpine 3.18 instead latest
This commit is contained in:
parent
c24bbbc6b9
commit
4f1c64d87c
@ -1,5 +1,5 @@
|
||||
# https://hub.docker.com/_/alpine
|
||||
FROM alpine:latest
|
||||
FROM alpine:3.18
|
||||
|
||||
RUN apk update && \
|
||||
apk add --no-cache nano mc micro rsync ncdu git curl
|
||||
|
Loading…
Reference in New Issue
Block a user