Skip to content

Commit

Permalink
Merge pull request #137 from fosslight/fix_docker
Browse files Browse the repository at this point in the history
Change base image to fix docker build error on macOS
  • Loading branch information
soimkim authored Feb 5, 2025
2 parents 1dd055c + cfb595e commit 85f397d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -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
Expand Down

0 comments on commit 85f397d

Please sign in to comment.