From 61902d5889c2eb4d652e9bff415baa264b9faa20 Mon Sep 17 00:00:00 2001 From: Ildar Iskhakov Date: Wed, 18 Sep 2024 07:19:43 +0800 Subject: [PATCH] Bump base image version (#5033) # What this PR does ## Which issue(s) this PR closes Related to [issue link here] ## Checklist - [ ] Unit, integration, and e2e (if applicable) tests updated - [ ] Documentation added (or `pr:no public docs` PR label added if not required) - [ ] Added the relevant release notes label (see labels prefixed w/ `release:`). These labels dictate how your PR will show up in the autogenerated release notes. --- engine/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/engine/Dockerfile b/engine/Dockerfile index dcc2696cdf..70035d5c55 100644 --- a/engine/Dockerfile +++ b/engine/Dockerfile @@ -1,4 +1,4 @@ -FROM python:3.12.3-alpine3.20 AS base +FROM python:3.12.6-alpine3.20 AS base ARG TARGETPLATFORM # Create a group and user to run an app