From 4e2e1bbf4fb4613a3d2e40637229d2fc41f1dbcc Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 29 Jan 2021 05:49:05 +0000 Subject: [PATCH] build(deps): bump alpine from 3.13.0 to 3.13.1 Bumps alpine from 3.13.0 to 3.13.1. Signed-off-by: dependabot[bot] --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 1b5de26..b4da27a 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,4 @@ -FROM alpine:3.13.0 +FROM alpine:3.13.1 ARG TOR_PACKAGE_VERSION=0.4.4.6-r1 RUN apk add --no-cache tor=$TOR_PACKAGE_VERSION