Skip to content

Commit 191447d

Browse files
committed
Switch base to trixie
1 parent 574275e commit 191447d

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

distribution/docker/debian/Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM docker.io/debian:bookworm-slim AS builder
1+
FROM docker.io/debian:trixie-slim AS builder
22

33
WORKDIR /vector
44

@@ -7,7 +7,7 @@ RUN dpkg -i vector_*_"$(dpkg --print-architecture)".deb
77

88
RUN mkdir -p /var/lib/vector
99

10-
FROM docker.io/debian:bookworm-slim
10+
FROM docker.io/debian:trixie-slim
1111

1212
# we want the latest versions of these
1313
# hadolint ignore=DL3008

0 commit comments

Comments
 (0)