From d85d1a5258264669c9acabade01bcd1b85f604ca Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Mon, 6 Nov 2023 05:43:31 +0000 Subject: [PATCH] fix: Dockerfile to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-DEBIAN11-GLIBC-5927133 - https://snyk.io/vuln/SNYK-DEBIAN11-GLIBC-5927133 - https://snyk.io/vuln/SNYK-DEBIAN11-NCURSES-5421197 - https://snyk.io/vuln/SNYK-DEBIAN11-NCURSES-5421197 - https://snyk.io/vuln/SNYK-DEBIAN11-NCURSES-5421197 --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index ba814e8d0..7f0008450 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,5 +1,5 @@ # Prepare the base environment. -FROM python:3.10.12-slim-bullseye as builder_base_wastd +FROM python:3.10.13-slim-bullseye as builder_base_wastd # NOTE: we're constrained to using the version(s) of Debian which the Microsoft ODBC driver supports. MAINTAINER asi@dbca.wa.gov.au LABEL org.opencontainers.image.source https://github.com/dbca-wa/wastd