We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 1dd055c + cfb595e commit 85f397dCopy full SHA for 85f397d
Dockerfile
@@ -1,6 +1,6 @@
1
# Copyright (c) 2022 LG Electronics Inc.
2
# SPDX-License-Identifier: Apache-2.0
3
-FROM python:3.8-slim-buster
+FROM --platform=linux/amd64 python:3.11
4
5
COPY . /app
6
WORKDIR /app
0 commit comments