The open source OpenXR runtime
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

ci: Bump alpine image

Part-of: <https://gitlab.freedesktop.org/monado/monado/-/merge_requests/2455>

+2 -2
+1 -1
.gitlab-ci.yml
··· 161 161 # Variables for build and usage of Alpine image 162 162 .monado.variables.alpine: 163 163 variables: 164 - FDO_DISTRIBUTION_TAG: "2024-01-16" 164 + FDO_DISTRIBUTION_TAG: "2025-04-18" 165 165 166 166 167 167 ###
+1 -1
.gitlab-ci/config.yml
··· 271 271 272 272 - name: alpine 273 273 images: 274 - - tag: "2024-01-16" 274 + - tag: "2025-04-18" 275 275 packages: 276 276 - "cmake" 277 277 - "cmd:glslangValidator"