[19.03] bump golang 1.12.10 (CVE-2019-16276)
| ... | ... |
@@ -165,7 +165,7 @@ FROM microsoft/windowsservercore |
| 165 | 165 |
# Use PowerShell as the default shell |
| 166 | 166 |
SHELL ["powershell", "-Command", "$ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue';"] |
| 167 | 167 |
|
| 168 |
-ARG GO_VERSION=1.12.9 |
|
| 168 |
+ARG GO_VERSION=1.12.10 |
|
| 169 | 169 |
|
| 170 | 170 |
# Environment variable notes: |
| 171 | 171 |
# - GO_VERSION must be consistent with 'Dockerfile' used by Linux. |