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 1f9e257 commit 9017881
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion docker/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM python:3.11.9-slim-bullseye@sha256:320da7887b542fee80af7fac52146047a980d767abb9b8fe69d86eaa9113bcc4
FROM --platform=linux/amd64 python:3.11.9-slim-bullseye@sha256:320da7887b542fee80af7fac52146047a980d767abb9b8fe69d86eaa9113bcc4

ARG userid=10001
ARG groupid=10001
Expand Down
2 changes: 1 addition & 1 deletion docker/images/fakesentry/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM python:3.11.9-slim-bullseye@sha256:320da7887b542fee80af7fac52146047a980d767abb9b8fe69d86eaa9113bcc4
FROM --platform=linux/amd64 python:3.11.9-slim-bullseye@sha256:320da7887b542fee80af7fac52146047a980d767abb9b8fe69d86eaa9113bcc4

ARG groupid=5000
ARG userid=5000
Expand Down

0 comments on commit 9017881

Please sign in to comment.