Skip to content

Commit

Permalink
Merge branch 'upgrade-build-containers'
Browse files Browse the repository at this point in the history
  • Loading branch information
faern committed Mar 22, 2024
2 parents 0bda110 + 5104a7a commit 7163899
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down
2 changes: 1 addition & 1 deletion android/docker/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion building/android-container-image.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
ghcr.io/mullvad/mullvadvpn-app-build-android:169361256
ghcr.io/mullvad/mullvadvpn-app-build-android:8fecd91cb
2 changes: 1 addition & 1 deletion building/linux-container-image.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
ghcr.io/mullvad/mullvadvpn-app-build:1b882ccbc
ghcr.io/mullvad/mullvadvpn-app-build:01a98bb5b
2 changes: 1 addition & 1 deletion test/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down

0 comments on commit 7163899

Please sign in to comment.