From de63f8c5f943f16331b5880e41b3be497d5d59b9 Mon Sep 17 00:00:00 2001 From: Arkadiusz Hiler Date: Wed, 15 Mar 2023 13:22:39 +0200 Subject: [PATCH] Makefile.in: Update Proton SDK image to 0.20221017.1-1. It has Rust 1.68. --- Makefile.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile.in b/Makefile.in index 8f1f7934..914be53c 100644 --- a/Makefile.in +++ b/Makefile.in @@ -24,7 +24,7 @@ SHELL := /bin/bash # BUILD_NAME - Name of the build for manifests etc. # STEAMRT_IMAGE - Name of the docker image to use for building -STEAMRT_IMAGE ?= registry.gitlab.steamos.cloud/proton/sniper/sdk:0.20221017.1-0 +STEAMRT_IMAGE ?= registry.gitlab.steamos.cloud/proton/sniper/sdk:0.20221017.1-1 ifeq ($(SRCDIR),) foo := $(error SRCDIR not set, do not include Makefile.in directly, run ./configure.sh to generate Makefile)