File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1313# limitations under the License.
1414
1515# Velero binary build section
16- FROM --platform=$BUILDPLATFORM golang:1.25-bookworm AS velero-builder
16+ FROM --platform=$BUILDPLATFORM golang:1.25-trixie AS velero-builder
1717
1818ARG GOPROXY
1919ARG BIN
@@ -49,7 +49,7 @@ RUN mkdir -p /output/usr/bin && \
4949 go clean -modcache -cache
5050
5151# Restic binary build section
52- FROM --platform=$BUILDPLATFORM golang:1.25-bookworm AS restic-builder
52+ FROM --platform=$BUILDPLATFORM golang:1.25-trixie AS restic-builder
5353
5454ARG GOPROXY
5555ARG BIN
Original file line number Diff line number Diff line change 1515ARG OS_VERSION=1809
1616
1717# Velero binary build section
18- FROM --platform=$BUILDPLATFORM golang:1.25-bookworm AS velero-builder
18+ FROM --platform=$BUILDPLATFORM golang:1.25-trixie AS velero-builder
1919
2020ARG GOPROXY
2121ARG BIN
Original file line number Diff line number Diff line change 1+ Update Debian base image from bookworm to trixie
Original file line number Diff line number Diff line change 1212# See the License for the specific language governing permissions and
1313# limitations under the License.
1414
15- FROM --platform=$TARGETPLATFORM golang:1.25-bookworm
15+ FROM --platform=$TARGETPLATFORM golang:1.25-trixie
1616
1717ARG GOPROXY
1818
You can’t perform that action at this time.
0 commit comments