From 5a4daf0d13644f479b798e641405bda70e197b29 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 18 Nov 2024 06:38:32 +0000 Subject: [PATCH] Update python Docker tag to v3.10.15 (#8296) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- docker/Dockerfile | 2 +- docker/dev.Dockerfile | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/docker/Dockerfile b/docker/Dockerfile index ca082571f..51624c990 100644 --- a/docker/Dockerfile +++ b/docker/Dockerfile @@ -12,7 +12,7 @@ RUN yarn build ## Backend stage -FROM python:3.10.13-slim-bullseye +FROM python:3.10.15-slim-bullseye WORKDIR /app diff --git a/docker/dev.Dockerfile b/docker/dev.Dockerfile index c58211edc..4420c5f78 100644 --- a/docker/dev.Dockerfile +++ b/docker/dev.Dockerfile @@ -1,4 +1,4 @@ -FROM python:3.10.13-bullseye +FROM python:3.10.15-bullseye # Variables that are not specific to a particular environment. ENV NEW_RELIC_CONFIG_FILE newrelic.ini