mirror of
https://github.com/lemeow125/StudE-Backend.git
synced 2024-11-16 22:09:25 +08:00
Revert to the old dockerfile arch as the new one still seems to cause issues
This commit is contained in:
parent
8632707e28
commit
1cc6b0a724
1 changed files with 3 additions and 3 deletions
|
@ -1,7 +1,7 @@
|
|||
# Use the official Python 3.11 image
|
||||
# FROM --platform=arm64 python:3.11.4-bookworm
|
||||
ARG BUILDPLATFORM
|
||||
FROM --platform=${BUILDPLATFORM} python:3.11.4-bookworm
|
||||
FROM --platform=arm64 python:3.11.4-bookworm
|
||||
# ARG BUILDPLATFORM
|
||||
# FROM --platform=${BUILDPLATFORM} python:3.11.4-bookworm
|
||||
|
||||
ENV PYTHONBUFFERED 1
|
||||
|
||||
|
|
Loading…
Reference in a new issue