From 100e39dfb0e1264612d4d4fa5a8dc28371669b4a Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Wed, 28 Jun 2023 15:20:31 +0000 Subject: [PATCH] fix: Dockerfile to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-UBUNTU1604-BASH-542609 - https://snyk.io/vuln/SNYK-UBUNTU1604-GZIP-2442559 - https://snyk.io/vuln/SNYK-UBUNTU1604-LIBCAP2-5538302 - https://snyk.io/vuln/SNYK-UBUNTU1604-LIBGCRYPT20-1585790 - https://snyk.io/vuln/SNYK-UBUNTU1604-SYSTEMD-1320131 --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index e3f6edc..6eaea05 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,4 @@ -FROM ubuntu:16.04 +FROM ubuntu:xenial-20210416 # Run a quick apt-get update/upgrade RUN apt-get update && apt-get upgrade -y && apt-get autoremove -y