Makefile.in: Update Proton SDK image to 0.20221017.1-1.
It has Rust 1.68.
This commit is contained in:
parent
311385c0e5
commit
de63f8c5f9
1 changed files with 1 additions and 1 deletions
|
@ -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)
|
||||
|
|
Loading…
Reference in a new issue