Skip to content

Commit

Permalink
chore(deps): bump alpine from 3.16.3 to 3.17.0 (#34)
Browse files Browse the repository at this point in the history
  • Loading branch information
dependabot[bot] authored Jan 1, 2023
1 parent 257f191 commit 1664796
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
FROM alpine:3.16.3
FROM alpine:3.17.0
ENV FTP_USER=foo \
FTP_PASS=bar \
GID=1000 \
UID=1000

RUN apk add --no-cache --update \
vsftpd==3.0.5-r1
vsftpd==3.0.5-r2

COPY [ "/src/vsftpd.conf", "/etc" ]
COPY [ "/src/docker-entrypoint.sh", "/" ]
Expand Down

0 comments on commit 1664796

Please sign in to comment.