From 61a0bdee328b6189214f9086c753db13a5e12704 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Sat, 18 Feb 2023 18:46:04 +0000 Subject: [PATCH] fix: Dockerfile to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-UBUNTU1804-BASH-542613 - https://snyk.io/vuln/SNYK-UBUNTU1804-E2FSPROGS-541250 - https://snyk.io/vuln/SNYK-UBUNTU1804-GZIP-2442553 - https://snyk.io/vuln/SNYK-UBUNTU1804-LIBGCRYPT20-1583852 - https://snyk.io/vuln/SNYK-UBUNTU1804-LIBGCRYPT20-467122 --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 1b6a562..7f17e1b 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,4 @@ -FROM ubuntu:bionic-20190612 +FROM ubuntu:bionic LABEL maintainer="sameer@damagehead.com" ENV SQUID_VERSION=3.5.27 \