diff --git a/src/decompose_xmls/Dockerfile b/src/decompose_xmls/Dockerfile index 2d3c515b..85536ca4 100644 --- a/src/decompose_xmls/Dockerfile +++ b/src/decompose_xmls/Dockerfile @@ -1,7 +1,7 @@ # syntax=docker/dockerfile:1 # Comments are provided throughout this file to help you get started. -FROM docker.io/library/python:3.11.4-slim@sha256:36b544be6e796eb5caa0bf1ab75a17d2e20211cad7f66f04f6f5c9eeda930ef5 AS base +FROM docker.io/library/python:3.11.4-slim@sha256:c9c27a1d1bf461a662869ce5d57129ee8fa10afd0447802013af312f9a78cf37 AS base ENV PYTHONDONTWRITEBYTECODE=1 \ PYTHONUNBUFFERED=1 WORKDIR /app