From cfb595e760abd4836e20a99b222235268fcb9639 Mon Sep 17 00:00:00 2001 From: Soim Kim Date: Wed, 5 Feb 2025 17:33:59 +0900 Subject: [PATCH] Update base image of Dockerfile --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 35f15eb7..a83e1046 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,6 +1,6 @@ # Copyright (c) 2022 LG Electronics Inc. # SPDX-License-Identifier: Apache-2.0 -FROM python:3.8-slim-buster +FROM --platform=linux/amd64 python:3.11 COPY . /app WORKDIR /app