diff --git a/Dockerfile b/Dockerfile index 621c79d..1316584 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,4 @@ -FROM python:3.12.6-alpine@sha256:e0e4d3db19333a970e7acfdcb8863efe065be6c3038ef5018694f98162bffec0 +FROM python:3.12.6-alpine@sha256:7130f75b1bb16c7c5d802782131b4024fe3d7a87ce7d936e8948c2d2e0180bc4 # Prevent Python from writing out pyc files ENV PYTHONDONTWRITEBYTECODE 1 @@ -27,7 +27,7 @@ RUN apk add --no-cache git && \ -FROM python:3.12.6-alpine@sha256:e0e4d3db19333a970e7acfdcb8863efe065be6c3038ef5018694f98162bffec0 +FROM python:3.12.6-alpine@sha256:7130f75b1bb16c7c5d802782131b4024fe3d7a87ce7d936e8948c2d2e0180bc4 # Prevent Python from writing out pyc files ENV PYTHONDONTWRITEBYTECODE 1