summaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorAlbin <albin@mullvad.net>2023-03-14 14:45:47 +0100
committerAlbin <albin@mullvad.net>2023-03-14 15:43:14 +0100
commiteff4bc71111ed0777b6db89d6e104f4478b5cf29 (patch)
treefe53acb9de8deda96a41b1a5fd4464ed783e30d0
parenta449dbc54314f99f339edc5068194e101dea9838 (diff)
downloadmullvadvpn-eff4bc71111ed0777b6db89d6e104f4478b5cf29.tar.xz
mullvadvpn-eff4bc71111ed0777b6db89d6e104f4478b5cf29.zip
Bump linux base image used in android image
This means building with Debian 11. It also means building with rust 1.68 which relies on an upgraded NDK, which is part of a following commit.
-rw-r--r--android/docker/Dockerfile2
1 files changed, 1 insertions, 1 deletions
diff --git a/android/docker/Dockerfile b/android/docker/Dockerfile
index 9419a38416..32048d8bfa 100644
--- a/android/docker/Dockerfile
+++ b/android/docker/Dockerfile
@@ -18,7 +18,7 @@
# patch for a given go version can be identified by checking the wireguard-android
# repo: https://git.zx2c4.com/wireguard-android/tree/tunnel/tools/libwg-go.
# It's also important to keep the go path in sync.
-FROM ghcr.io/mullvad/mullvadvpn-app-build:62371bb6c
+FROM ghcr.io/mullvad/mullvadvpn-app-build:3461d7d2c
# === Metadata ===
LABEL org.opencontainers.image.source=https://github.com/mullvad/mullvadvpn-app