diff options
| -rw-r--r-- | Cargo.toml | 2 | ||||
| -rw-r--r-- | android/docker/Dockerfile | 2 | ||||
| -rw-r--r-- | building/android-container-image.txt | 2 | ||||
| -rw-r--r-- | building/linux-container-image.txt | 2 | ||||
| -rw-r--r-- | test/Cargo.toml | 2 |
5 files changed, 5 insertions, 5 deletions
diff --git a/Cargo.toml b/Cargo.toml index 81efa9b85c..91c39f3510 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -3,7 +3,7 @@ authors = ["Mullvad VPN"] repository = "https://github.com/mullvad/mullvadvpn-app/" license = "GPL-3.0" edition = "2021" -rust-version = "1.75.0" +rust-version = "1.77.0" [workspace] resolver = "2" diff --git a/android/docker/Dockerfile b/android/docker/Dockerfile index 2fb78c2afb..1ed9a1ccdc 100644 --- a/android/docker/Dockerfile +++ b/android/docker/Dockerfile @@ -19,7 +19,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:1b882ccbc +FROM ghcr.io/mullvad/mullvadvpn-app-build:01a98bb5b # === Metadata === LABEL org.opencontainers.image.source=https://github.com/mullvad/mullvadvpn-app diff --git a/building/android-container-image.txt b/building/android-container-image.txt index 87fdd82c32..64af5b38b7 100644 --- a/building/android-container-image.txt +++ b/building/android-container-image.txt @@ -1 +1 @@ -ghcr.io/mullvad/mullvadvpn-app-build-android:169361256 +ghcr.io/mullvad/mullvadvpn-app-build-android:8fecd91cb diff --git a/building/linux-container-image.txt b/building/linux-container-image.txt index f9109d9414..5c4f7bc811 100644 --- a/building/linux-container-image.txt +++ b/building/linux-container-image.txt @@ -1 +1 @@ -ghcr.io/mullvad/mullvadvpn-app-build:1b882ccbc +ghcr.io/mullvad/mullvadvpn-app-build:01a98bb5b diff --git a/test/Cargo.toml b/test/Cargo.toml index 0fd7b4a2e9..363c12a1a8 100644 --- a/test/Cargo.toml +++ b/test/Cargo.toml @@ -3,7 +3,7 @@ authors = ["Mullvad VPN"] repository = "https://github.com/mullvad/mullvadvpn-app/" license = "GPL-3.0" edition = "2021" -rust-version = "1.75.0" +rust-version = "1.77.0" [workspace] resolver = "2" |
