From 41f8115828b82e05e5eed16d73a139000af33b6c Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Fri, 15 Nov 2024 02:15:36 +0000 Subject: [PATCH] fix: python/bottle/containerWithTests/Application/Dockerfile to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-UBUNTU1604-SYSTEMD-1320131 - https://snyk.io/vuln/SNYK-UBUNTU1604-SYSTEMD-1320131 - https://snyk.io/vuln/SNYK-UBUNTU1604-SYSTEMD-1320131 - https://snyk.io/vuln/SNYK-UBUNTU1604-SYSTEMD-1320131 - https://snyk.io/vuln/SNYK-UBUNTU1604-BASH-542609 --- python/bottle/containerWithTests/Application/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/python/bottle/containerWithTests/Application/Dockerfile b/python/bottle/containerWithTests/Application/Dockerfile index bdbc17a7c..440c58456 100644 --- a/python/bottle/containerWithTests/Application/Dockerfile +++ b/python/bottle/containerWithTests/Application/Dockerfile @@ -1,4 +1,4 @@ -FROM ubuntu:16.04 +FROM ubuntu:xenial-20210114 LABEL maintainer="Azure App Service Container Images " RUN apt-get update && apt-get install -y python-pip python-dev && apt-get clean