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