From 62a330b306e14a32bbc2044e85c3741f73aeba3d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 14 May 2023 21:02:13 +0100 Subject: [PATCH] chore(deps): bump alpine from 3.17.3 to 3.18.0 (#46) --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 8a2a2b7..01b09f4 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,4 @@ -FROM alpine:3.17.3 +FROM alpine:3.18.0 ENV FTP_USER=foo \ FTP_PASS=bar \ GID=1000 \