From e24b3c6175b6db575e3751b39ac3639a3c3bd633 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Wed, 5 Jul 2023 18:36:16 +0000 Subject: [PATCH] fix: Dockerfile to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-UBUNTU2204-SYSTEMD-5721324 - https://snyk.io/vuln/SNYK-UBUNTU2204-SYSTEMD-5721324 - https://snyk.io/vuln/SNYK-UBUNTU2204-SYSTEMD-5721338 - https://snyk.io/vuln/SNYK-UBUNTU2204-SYSTEMD-5721338 - https://snyk.io/vuln/SNYK-UBUNTU2204-SYSTEMD-5721345 --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 3c7d574..eed8241 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,4 @@ -FROM ubuntu:latest +FROM ubuntu:kinetic LABEL maintainer "me@seanland.ca" RUN apt-get -y update; \