chore(deps): update ruby docker tag to v3.3.4 (#13907)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: Paul Rogers <paul.rogers@grafana.com>
pull/13908/head
renovate[bot] 1 year ago committed by GitHub
parent b6991f29d2
commit c9a100de11
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
  1. 4
      clients/cmd/fluentd/Dockerfile

@ -1,4 +1,4 @@
FROM ruby:3.2.0 as build
FROM ruby:3.3.4 AS build
ENV DEBIAN_FRONTEND=noninteractive
@ -10,7 +10,7 @@ WORKDIR /src/loki
RUN make BUILD_IN_CONTAINER=false fluentd-plugin
FROM fluent/fluentd:v1.16-debian-1
ENV LOKI_URL "https://logs-prod-us-central1.grafana.net"
ENV LOKI_URL="https://logs-prod-us-central1.grafana.net"
COPY --from=build /src/loki/clients/cmd/fluentd/lib/fluent/plugin/out_loki.rb /fluentd/plugins/out_loki.rb

Loading…
Cancel
Save