diff --git a/Dockerfile b/Dockerfile index 4391c97..7e03868 100644 --- a/Dockerfile +++ b/Dockerfile @@ -32,7 +32,7 @@ RUN curl -sL -o restic.tar.gz https://github.com/restic/restic/releases/download # # Final image # -FROM alpine:3.10 +FROM alpine:3.14.0 RUN apk add --update --no-cache ca-certificates fuse nfs-utils openssh tzdata bash RUN apk add --no-cache --repository=http://dl-cdn.alpinelinux.org/alpine/edge/community/ docker-cli