Skip to content

Commit

Permalink
chore(deps): update alpine docker tag to v3.16.2
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] committed Aug 10, 2022
1 parent fb3949d commit 273e752
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.16.1
FROM alpine:3.16.2
COPY pv-migrate /usr/local/bin/pv-migrate
2 changes: 1 addition & 1 deletion docker/rsync/Dockerfile
@@ -1,3 +1,3 @@
FROM alpine:3.16.1
FROM alpine:3.16.2

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

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

0 comments on commit 273e752

Please sign in to comment.