You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: Dockerfile
+19-1Lines changed: 19 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -14,6 +14,7 @@ ARG VC_VERSION=14.43.17.13
14
14
ARG VS_BOOTSTRAP_VERSION=17.13.6
15
15
ARG VULKAN_SDK_VERSION=1.4.313.0
16
16
ARG NINJATRACING_VERSION=0.0.2
17
+
ARG DOCKER_VERSION=28.1.1
17
18
18
19
# note: it seems we cannot pass version within any workflow ID to installer, though as I look at VS package cache I see it being done in json payloads!
19
20
# henceforth we enforce fixed versions with nasty bootstrap URL, more details:
0 commit comments