Skip to content

Commit

Permalink
fix: v1.16/Dockerfile to reduce vulnerabilities (#129)
Browse files Browse the repository at this point in the history
The following vulnerabilities are fixed with an upgrade:
- https://snyk.io/vuln/SNYK-ALPINE318-OPENSSL-6593964
- https://snyk.io/vuln/SNYK-ALPINE318-OPENSSL-6593964

Co-authored-by: snyk-bot <[email protected]>
  • Loading branch information
sagikazarmark and snyk-bot authored Apr 29, 2024
1 parent 0590d08 commit a000db9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion v1.16/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# TODO every time the base image is changed please make sure BASEIMAGEDEPS is updated (further down in this file)
FROM public.ecr.aws/sumologic/kubernetes-fluentd:latest-alpine@sha256:b44e3526ae59b558576de5695aa5d6b1bdd4e0a080372f0f25d77a4d2092a476 AS sumo

FROM ruby:3.2.3-alpine3.18 as base
FROM ruby:3.2.4-alpine3.18 as base

ARG BUILD_DEPS=" \
make gcc g++ libc-dev \
Expand Down

0 comments on commit a000db9

Please sign in to comment.