Skip to content

Commit

Permalink
chore(deps): update alpine docker tag to v3.20.1
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] committed Jul 3, 2024
1 parent a76fe6b commit 29e870e
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
FROM alpine:3.20.0
FROM alpine:3.20.1
COPY pv-migrate /usr/local/bin/pv-migrate
2 changes: 1 addition & 1 deletion docker/rsync/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
FROM alpine:3.20.0
FROM alpine:3.20.1

RUN apk add --no-cache rsync openssh
2 changes: 1 addition & 1 deletion docker/sshd/Dockerfile
Original file line number Diff line number Diff line change
@@ -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
Expand Down

0 comments on commit 29e870e

Please sign in to comment.