We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 23fb0f4 commit cf41245Copy full SHA for cf41245
packaging/testing/smoke/packages/Dockerfile.debian13
@@ -36,7 +36,7 @@ ENV FLUENT_BIT_PACKAGES_KEY=${STAGING_KEY}
36
37
SHELL ["/bin/bash", "-o", "pipefail", "-c"]
38
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
+RUN echo "deb $FLUENT_BIT_PACKAGES_URL/debian/trixie trixie main" >> /etc/apt/sources.list
40
# hadolint ignore=DL3015,DL3008,DL3009
41
RUN apt-get update && apt-get install -y fluent-bit
42
RUN systemctl enable fluent-bit
0 commit comments