From 78b65bcd449946527cba1f7e470e4d96e90dde15 Mon Sep 17 00:00:00 2001 From: Arkadiusz Hiler Date: Mon, 17 Mar 2025 16:34:59 +0200 Subject: [PATCH] Makefile.in: Update Proton SDK to 3.0.20250210.116596-0. --- Makefile.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile.in b/Makefile.in index d1dcdb9c..1bd45f5a 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.20240307.80401-0 +STEAMRT_IMAGE ?= registry.gitlab.steamos.cloud/proton/sniper/sdk:3.0.20250210.116596-0 ifeq ($(SRCDIR),) foo := $(error SRCDIR not set, do not include Makefile.in directly, run ./configure.sh to generate Makefile) endif