Skip to content

Commit

Permalink
chore: update Dockerfile to add labels and force using amd64 architec…
Browse files Browse the repository at this point in the history
…ture
  • Loading branch information
neverbot committed Jun 6, 2024
1 parent 2fc4272 commit 9bf7e11
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@

FROM ghcr.io/maldorne/dgd:latest as base
FROM --platform=linux/amd64 ghcr.io/maldorne/dgd:latest

LABEL org.opencontainers.image.source=https://github.com/maldorne/hexagon
LABEL org.opencontainers.image.description="Hexagon Mudlib"
LABEL org.opencontainers.image.licenses="Pending"

USER root

Expand Down

0 comments on commit 9bf7e11

Please sign in to comment.