Skip to content

Commit bd42e36

Browse files
authored
Merge pull request #9766 from blackpiglet/xj014661/1.18/update_windows_dockerfile
[1.18] Bump Golang version for the Windows Dockerfile.
2 parents 7590359 + 1c12161 commit bd42e36

2 files changed

Lines changed: 2 additions & 1 deletion

File tree

.github/workflows/pr-containers.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@ on:
77
- 'release-**'
88
paths:
99
- 'Dockerfile'
10+
- 'Docerfile-Windows'
1011

1112
jobs:
1213
build:

Dockerfile-Windows

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
ARG OS_VERSION=1809
1616

1717
# Velero binary build section
18-
FROM --platform=$BUILDPLATFORM golang:1.25.7-bookworm AS velero-builder
18+
FROM --platform=$BUILDPLATFORM golang:1.25.9-trixie AS velero-builder
1919

2020
ARG GOPROXY
2121
ARG BIN

0 commit comments

Comments
 (0)