Skip to content

Commit

Permalink
allow docker to select platform (#121)
Browse files Browse the repository at this point in the history
Co-authored-by: Thomas <[email protected]>
  • Loading branch information
ewdurbin and ThomasLaPiana authored Jun 14, 2023
1 parent b3d27d4 commit c4693eb
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,4 +1,4 @@
FROM --platform=linux/amd64 python:3.8-slim-bullseye as base
FROM python:3.8-slim-bullseye as base

# Update pip in the base image since we'll use it everywhere
RUN pip install -U pip
Expand Down

0 comments on commit c4693eb

Please sign in to comment.