Skip to content

Commit

Permalink
chore(deps): update alpine docker tag to v3.18.4
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Sep 29, 2023
1 parent abd81c2 commit d37db6c
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.18.3
FROM alpine:3.18.4
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.18.3
FROM alpine:3.18.4

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.18.3
FROM alpine:3.18.4

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

0 comments on commit d37db6c

Please sign in to comment.