diff --git a/Dockerfile b/Dockerfile index dbc5f9d14..7253dcbce 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,2 +1,2 @@ -FROM alpine:3.20.0 +FROM alpine:3.20.1 COPY pv-migrate /usr/local/bin/pv-migrate diff --git a/docker/rsync/Dockerfile b/docker/rsync/Dockerfile index 645e1d6fd..03a624b30 100644 --- a/docker/rsync/Dockerfile +++ b/docker/rsync/Dockerfile @@ -1,3 +1,3 @@ -FROM alpine:3.20.0 +FROM alpine:3.20.1 RUN apk add --no-cache rsync openssh diff --git a/docker/sshd/Dockerfile b/docker/sshd/Dockerfile index 2a555fa70..28524e2ed 100644 --- a/docker/sshd/Dockerfile +++ b/docker/sshd/Dockerfile @@ -1,4 +1,4 @@ -FROM alpine:3.20.0 +FROM alpine:3.20.1 # we unlock the root user for sshd # https://github.com/alpinelinux/docker-alpine/issues/28#issuecomment-510510532