Skip to content

Commit

Permalink
Closes #601: Force Docker images/containers to use amd64 for now.
Browse files Browse the repository at this point in the history
  • Loading branch information
joeparsons committed Nov 16, 2022
1 parent 808d7f3 commit 26450f4
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM node:16.18.0-bullseye-slim
FROM --platform=linux/amd64 node:16.18.0-bullseye-slim

ENV LANG C.UTF-8

Expand Down
12 changes: 6 additions & 6 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 26450f4

Please sign in to comment.