From 67c5c444951fe5657b200780527fa76e4d4754fd Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 15 Jan 2021 06:05:59 +0000 Subject: [PATCH] build(deps): bump alpine from 3.12.3 to 3.13.0 Bumps alpine from 3.12.3 to 3.13.0. Signed-off-by: dependabot[bot] --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index c5b25ba..9b69097 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,4 @@ -FROM alpine:3.12.3 +FROM alpine:3.13.0 ARG TOR_PACKAGE_VERSION=0.4.3.7-r0 RUN apk add --no-cache tor=$TOR_PACKAGE_VERSION