summaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
-rw-r--r--Dockerfile8
1 files changed, 4 insertions, 4 deletions
diff --git a/Dockerfile b/Dockerfile
index ebf76ce565..f32ea89d76 100644
--- a/Dockerfile
+++ b/Dockerfile
@@ -14,14 +14,14 @@
#
# And add -e TARGETS="aarch64-unknown-linux-gnu" to build for ARM64
-LABEL org.opencontainers.image.source=https://github.com/mullvad/mullvadvpn-app
-LABEL org.opencontainers.image.description="Mullvad VPN app Linux build container"
-LABEL org.opencontainers.image.licenses=GPL-3.0
-
# Debian 10 is the oldest supported distro. It has the oldest glibc that we support
# This checksum points to a 10.13-slim image.
FROM debian@sha256:557ee531b81ce380d012d83b7bb56211572e5d6088d3e21a3caef7d7ed7f718b
+LABEL org.opencontainers.image.source=https://github.com/mullvad/mullvadvpn-app
+LABEL org.opencontainers.image.description="Mullvad VPN app Linux build container"
+LABEL org.opencontainers.image.licenses=GPL-3.0
+
# === Define toolchain versions and paths ===
ENV CARGO_TARGET_DIR=/root/.cargo/target