Skip to content

Commit

Permalink
fix(Dockerfile): bump Debian image to v12 to remove vulnerabilities
Browse files Browse the repository at this point in the history
There are some vulnerabilities related to curl that are not fixed on Debian 11.
  • Loading branch information
aboguszewski-sumo committed Jul 27, 2023
1 parent 0bf48d8 commit 3564788
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -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 \
Expand Down

0 comments on commit 3564788

Please sign in to comment.