diff --git a/steamcmd/dotnet/Dockerfile b/steamcmd/dotnet/Dockerfile index 98898e6..ae62a33 100644 --- a/steamcmd/dotnet/Dockerfile +++ b/steamcmd/dotnet/Dockerfile @@ -1,4 +1,4 @@ -FROM --platform=$BUILDPLATFORM debian:bullseye-slim +FROM --platform=$TARGETOS/$TARGETARCH debian:bullseye-slim LABEL author="Torsten Widmann" maintainer="info@goover.de" diff --git a/steamcmd/ubuntu/Dockerfile b/steamcmd/ubuntu/Dockerfile index c40c103..f4477a8 100644 --- a/steamcmd/ubuntu/Dockerfile +++ b/steamcmd/ubuntu/Dockerfile @@ -1,4 +1,9 @@ -FROM --platform=$BUILDPLATFORM ubuntu:22.04 +FROM --platform=$TARGETOS/$TARGETARCH ubuntu:22.04 + +LABEL author="Matthew Penner" maintainer="matthew@pterodactyl.io" + +LABEL org.opencontainers.image.source="https://github.com/pterodactyl/yolks" +LABEL org.opencontainers.image.licenses=MIT ENV DEBIAN_FRONTEND=noninteractive