diff --git a/Dockerfile b/Dockerfile index 616b7db..e794140 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,4 @@ -FROM alpine:3.18 +FROM alpine:3.19 RUN apk update && \ apk add --no-cache bash git openssh rsync augeas shadow rssh && \