Skip to content

Commit

Permalink
fix: use right base image for arm64
Browse files Browse the repository at this point in the history
  • Loading branch information
tboerger committed Feb 22, 2024
1 parent 6ab77da commit 9346504
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docker/Dockerfile.arm64
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM ghcr.io/dockhippie/minecraft-vanilla:1.20.1-amd64 AS build
FROM ghcr.io/dockhippie/minecraft-vanilla:1.20.1-arm64 AS build

EXPOSE 25565 25575 8123

Expand Down

0 comments on commit 9346504

Please sign in to comment.