Skip to content

Commit

Permalink
specify platform in base image
Browse files Browse the repository at this point in the history
  • Loading branch information
biancadanforth committed Apr 18, 2024
1 parent 54b6e32 commit 98d8b84
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docker/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# This should be kept in sync with the python version used in .devcontainer/Dockerfile and
# docker/images/fakesentry/Dockerfile
FROM python:3.11.9-slim-bullseye@sha256:320da7887b542fee80af7fac52146047a980d767abb9b8fe69d86eaa9113bcc4
FROM --platform=linux/amd64 python:3.11.9-slim-bullseye@sha256:320da7887b542fee80af7fac52146047a980d767abb9b8fe69d86eaa9113bcc4

# Set up user and group
ARG groupid=10001
Expand Down

0 comments on commit 98d8b84

Please sign in to comment.