From f05b6c376528103d583ac4a6925dcf34b4ea351a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 16 Apr 2021 05:45:24 +0000 Subject: [PATCH] build(deps): bump alpine from 3.13.4 to 3.13.5 Bumps alpine from 3.13.4 to 3.13.5. Signed-off-by: dependabot[bot] --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index eee5edb..34d39c0 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,4 @@ -FROM docker.io/alpine:3.13.4 +FROM docker.io/alpine:3.13.5 ARG TOR_PACKAGE_VERSION=0.4.4.8-r0 RUN apk add --no-cache tor=$TOR_PACKAGE_VERSION