Skip to content

Commit cf41245

Browse files
committed
update smoke test repo version
Signed-off-by: Niels Kristensen <niels@kristensen.io>
1 parent 23fb0f4 commit cf41245

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packaging/testing/smoke/packages/Dockerfile.debian13

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ ENV FLUENT_BIT_PACKAGES_KEY=${STAGING_KEY}
3636

3737
SHELL ["/bin/bash", "-o", "pipefail", "-c"]
3838
RUN wget -qO - $FLUENT_BIT_PACKAGES_KEY | apt-key add -
39-
RUN echo "deb $FLUENT_BIT_PACKAGES_URL/debian/bookworm bookworm main" >> /etc/apt/sources.list
39+
RUN echo "deb $FLUENT_BIT_PACKAGES_URL/debian/trixie trixie main" >> /etc/apt/sources.list
4040
# hadolint ignore=DL3015,DL3008,DL3009
4141
RUN apt-get update && apt-get install -y fluent-bit
4242
RUN systemctl enable fluent-bit

0 commit comments

Comments
 (0)