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.
1 parent 1dd055c commit cfb595eCopy full SHA for cfb595e
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