Skip to content

Commit

Permalink
Change: Build container to native platform
Browse files Browse the repository at this point in the history
  • Loading branch information
pascalholthaus committed Jun 26, 2024
1 parent a760694 commit 72c4182
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .docker/prod.Dockerfile
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
ARG VERSION=stable
ARG DEBIAN_FRONTEND=noninteractive

FROM --platform=linux/amd64 debian:stable-slim as builder
FROM debian:stable-slim as builder

ENV NODE_VERSION=node_18.x
ENV NODE_KEYRING=/usr/share/keyrings/nodesource.gpg
Expand Down

0 comments on commit 72c4182

Please sign in to comment.