From 864f8193da9df31d42d7c4ca19787fdb4f757e14 Mon Sep 17 00:00:00 2001 From: github-actions Date: Thu, 10 Aug 2023 00:33:30 +0000 Subject: [PATCH] Bump base image tag to 0.20230808.56699 --- image/base/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/image/base/Dockerfile b/image/base/Dockerfile index 7a2c014..f300a97 100644 --- a/image/base/Dockerfile +++ b/image/base/Dockerfile @@ -1,4 +1,4 @@ -ARG STEAMRT_PLATFORM_VERSION=0.20230718.55074 +ARG STEAMRT_PLATFORM_VERSION=0.20230808.56699 FROM registry.gitlab.steamos.cloud/steamrt/sniper/platform:${STEAMRT_PLATFORM_VERSION} # Build arguments