From 8f764b9d1212497d95e101cad3b0fb9a9f953100 Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Thu, 15 Apr 2021 06:22:59 +0000 Subject: [PATCH] Bump alpine from 3.7 to 3.13.5 Bumps alpine from 3.7 to 3.13.5. Signed-off-by: dependabot-preview[bot] --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 64e8b37..8fab2a1 100644 --- a/Dockerfile +++ b/Dockerfile @@ -10,7 +10,7 @@ # See the License for the specific language governing permissions and # limitations under the License. -FROM alpine:3.7 +FROM alpine:3.13.5 MAINTAINER Josef (kwart) Cacek