Skip to content

Commit cfb595e

Browse files
committed
Update base image of Dockerfile
1 parent 1dd055c commit cfb595e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Copyright (c) 2022 LG Electronics Inc.
22
# SPDX-License-Identifier: Apache-2.0
3-
FROM python:3.8-slim-buster
3+
FROM --platform=linux/amd64 python:3.11
44

55
COPY . /app
66
WORKDIR /app

0 commit comments

Comments
 (0)