From 889f51aeee6385931754c47407a7235a137df02c Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Wed, 30 Mar 2022 00:34:52 +0000 Subject: [PATCH] fix: tor/Dockerfile to reduce vulnerabilities --- tor/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tor/Dockerfile b/tor/Dockerfile index 4673123..c21ddd4 100644 --- a/tor/Dockerfile +++ b/tor/Dockerfile @@ -1,5 +1,5 @@ # set alpine as the base image of the Dockerfile -FROM alpine:latest +FROM alpine:3.15.3 # update the package repository and install Tor RUN apk update && apk add tor