diff --git a/Dockerfile b/Dockerfile index 38cc541..ded9889 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,6 +1,6 @@ # syntax=docker/dockerfile:1 # Prepare the base environment. -FROM python:3.12.4-slim-bookworm AS builder_base_authome +FROM python:3.14.0rc3-slim-bookworm AS builder_base_authome LABEL org.opencontainers.image.authors=asi@dbca.wa.gov.au LABEL org.opencontainers.image.source=https://github.com/dbca-wa/authome RUN apt-get update -y \