Skip to content

Commit

Permalink
chore(deps): update alpine docker tag to v3.20.0
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] committed May 22, 2024
1 parent 14dcefd commit 77709d5
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.19.1
FROM alpine:3.20.0
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.19.1
FROM alpine:3.20.0

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.19.1
FROM alpine:3.20.0

# we unlock the root user for sshd
# https://github.com/alpinelinux/docker-alpine/issues/28#issuecomment-510510532
Expand Down

0 comments on commit 77709d5

Please sign in to comment.