From b29bb7ffd637ab59ffbacbc4ca48c1180958250c Mon Sep 17 00:00:00 2001 From: Arkadiusz Hiler Date: Thu, 21 Sep 2023 23:37:40 +0300 Subject: [PATCH] Makefile.in: Update Proton SDK image to 0.20230905.59202-0 It has Bear 3.1.1 which is usable with larger projects. --- Makefile.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile.in b/Makefile.in index d879c41b..d1873ab1 100644 --- a/Makefile.in +++ b/Makefile.in @@ -25,7 +25,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.20230509.49493-2 +STEAMRT_IMAGE ?= registry.gitlab.steamos.cloud/proton/sniper/sdk:0.20230905.59202-0 ifeq ($(SRCDIR),) foo := $(error SRCDIR not set, do not include Makefile.in directly, run ./configure.sh to generate Makefile) endif