Skip to content

Commit

Permalink
Force amd64 for Docker image build
Browse files Browse the repository at this point in the history
  • Loading branch information
kchason committed Oct 3, 2023
1 parent b4ccc6c commit 4d7dab1
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 python:3.11-slim-bullseye
FROM --platform=linux/amd64 python:3.11-slim-bullseye

Check failure on line 1 in Dockerfile

View workflow job for this annotation

GitHub Actions / Docker Lint Check

Dockerfile#L1

[Clarity] Base Image Missing Tag

# This is based on guidance in https://github.com/casework/CASE-Utilities-Python/tree/main
WORKDIR /opt/workspace
Expand Down

0 comments on commit 4d7dab1

Please sign in to comment.