Skip to content

Commit

Permalink
specify platform in base devcontainer image (#2925)
Browse files Browse the repository at this point in the history
  • Loading branch information
biancadanforth committed May 7, 2024
1 parent 6a065c2 commit f7d96ac
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .devcontainer/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM mcr.microsoft.com/devcontainers/python:3.11-bullseye@sha256:105bf6a63ab025206f019a371a735fec6553db0be520030c7a2fd0e002947232
FROM --platform=linux/amd64 mcr.microsoft.com/devcontainers/python:3.11-bullseye@sha256:105bf6a63ab025206f019a371a735fec6553db0be520030c7a2fd0e002947232

ARG userid=10001
ARG groupid=10001
Expand Down

0 comments on commit f7d96ac

Please sign in to comment.