Skip to content

Commit

Permalink
docker: force amd64 architecture
Browse files Browse the repository at this point in the history
  • Loading branch information
ludovicm67 committed Sep 4, 2023
1 parent 99c7e5e commit dfad5f1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM docker.io/library/eclipse-temurin:11-jre-jammy
FROM --platform=linux/amd64 docker.io/library/eclipse-temurin:11-jre-jammy

ARG OTEL_VERSION="1.29.0"
ARG STARDOG_VERSION="8.2.2"
Expand Down

0 comments on commit dfad5f1

Please sign in to comment.