diff options
| author | Linus Färnstrand <faern@faern.net> | 2022-10-21 14:46:01 +0200 |
|---|---|---|
| committer | Linus Färnstrand <faern@faern.net> | 2022-10-21 14:46:01 +0200 |
| commit | bb13c5af0f533d3baa4efe62591b65ca139629dc (patch) | |
| tree | 75449839547924040c7666aca2f2178e3dc851f3 /Dockerfile | |
| parent | 5fa8c1abc9484f0852f0c9cb05b05ce7176adb34 (diff) | |
| download | mullvadvpn-bb13c5af0f533d3baa4efe62591b65ca139629dc.tar.xz mullvadvpn-bb13c5af0f533d3baa4efe62591b65ca139629dc.zip | |
Move dockerfile LABEL statements to after FROM to work with docker
Diffstat (limited to 'Dockerfile')
| -rw-r--r-- | Dockerfile | 8 |
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 |
