diff --git a/Dockerfile b/Dockerfile index e8eda52..cb6ab9c 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,6 +1,6 @@ ARG FLUENTD_ARCH # Use the same ruby and debian version as is used in the target Fluentd image below. -FROM ruby:3.1.4-bullseye AS builder +FROM ruby:3.1.4-bookworm AS builder # Dependencies RUN apt-get update \