Skip to content

Commit

Permalink
chore(deps): update dependency alpine to v3.16.0
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate-bot committed May 23, 2022
1 parent 90f7b2e commit ce25e6d
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Dockerfile
@@ -1,2 +1,2 @@
FROM alpine:3.15.4
FROM alpine:3.16.0
COPY pv-migrate /usr/local/bin/pv-migrate
2 changes: 1 addition & 1 deletion docker/rsync/Dockerfile
@@ -1,3 +1,3 @@
FROM alpine:3.15.4
FROM alpine:3.16.0

RUN apk add --no-cache rsync openssh
2 changes: 1 addition & 1 deletion docker/sshd/Dockerfile
@@ -1,4 +1,4 @@
FROM alpine:3.15.4
FROM alpine:3.16.0

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

0 comments on commit ce25e6d

Please sign in to comment.