From bc1ab1e79995de702c38659f8dc372f633fa91f5 Mon Sep 17 00:00:00 2001 From: Ashley Felton Date: Fri, 11 Aug 2023 15:37:56 +0800 Subject: [PATCH] Change Dockerfile base image version to support MS ODBC driver install. --- Dockerfile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 7d66312a5..0e970db32 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,5 +1,6 @@ # Prepare the base environment. -FROM python:3.10.12-slim-bookworm as builder_base_wastd +FROM python:3.10.12-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