Skip to content

Commit e921c17

Browse files
authored
Merge pull request #9701 from emirot/chore/update_base_image
chore: update base image to newer debian image
2 parents cf605c9 + cd89c0f commit e921c17

4 files changed

Lines changed: 5 additions & 4 deletions

File tree

Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
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

1818
ARG GOPROXY
1919
ARG 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

5454
ARG GOPROXY
5555
ARG BIN

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-bookworm AS velero-builder
18+
FROM --platform=$BUILDPLATFORM golang:1.25-trixie AS velero-builder
1919

2020
ARG GOPROXY
2121
ARG BIN

changelogs/unreleased/9701-emirot

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
Update Debian base image from bookworm to trixie

hack/build-image/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
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

1717
ARG GOPROXY
1818

0 commit comments

Comments
 (0)