From e034bcdeb124faca624c16459dd0a6be14a2b8f7 Mon Sep 17 00:00:00 2001 From: Timo Reichl Date: Sun, 7 May 2023 20:46:42 +0200 Subject: [PATCH] image/base: Update Steam Runtime image (Sniper) to version 0.20230424.48416 Signed-off-by: Timo Reichl --- image/base/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/image/base/Dockerfile b/image/base/Dockerfile index 9b72aaf..ab4b830 100644 --- a/image/base/Dockerfile +++ b/image/base/Dockerfile @@ -1,4 +1,4 @@ -ARG STEAMRT_PLATFORM_VERSION=0.20230405.47175 +ARG STEAMRT_PLATFORM_VERSION=0.20230424.48416 FROM registry.gitlab.steamos.cloud/steamrt/sniper/platform:${STEAMRT_PLATFORM_VERSION} # Build arguments