Skip to content

Commit 7163899

Browse files
committed
Merge branch 'upgrade-build-containers'
2 parents 0bda110 + 5104a7a commit 7163899

File tree

5 files changed

+5
-5
lines changed

5 files changed

+5
-5
lines changed

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ authors = ["Mullvad VPN"]
33
repository = "https://github.com/mullvad/mullvadvpn-app/"
44
license = "GPL-3.0"
55
edition = "2021"
6-
rust-version = "1.75.0"
6+
rust-version = "1.77.0"
77

88
[workspace]
99
resolver = "2"

android/docker/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
# patch for a given go version can be identified by checking the wireguard-android
2020
# repo: https://git.zx2c4.com/wireguard-android/tree/tunnel/tools/libwg-go.
2121
# It's also important to keep the go path in sync.
22-
FROM ghcr.io/mullvad/mullvadvpn-app-build:1b882ccbc
22+
FROM ghcr.io/mullvad/mullvadvpn-app-build:01a98bb5b
2323

2424
# === Metadata ===
2525
LABEL org.opencontainers.image.source=https://github.com/mullvad/mullvadvpn-app

building/android-container-image.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
ghcr.io/mullvad/mullvadvpn-app-build-android:169361256
1+
ghcr.io/mullvad/mullvadvpn-app-build-android:8fecd91cb

building/linux-container-image.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
ghcr.io/mullvad/mullvadvpn-app-build:1b882ccbc
1+
ghcr.io/mullvad/mullvadvpn-app-build:01a98bb5b

test/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ authors = ["Mullvad VPN"]
33
repository = "https://github.com/mullvad/mullvadvpn-app/"
44
license = "GPL-3.0"
55
edition = "2021"
6-
rust-version = "1.75.0"
6+
rust-version = "1.77.0"
77

88
[workspace]
99
resolver = "2"

0 commit comments

Comments
 (0)