Skip to content

Commit

Permalink
fix: build/elasticsearch-indexer-kafka/Dockerfile to reduce vulnerabi…
Browse files Browse the repository at this point in the history
  • Loading branch information
snyk-bot authored and MarioCarrion committed Jul 5, 2024
1 parent cacc972 commit c60ce7b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build/elasticsearch-indexer-kafka/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ RUN CGO_ENABLED=1 GOOS=linux go build -a -installsuffix cgo -ldflags "-extldflag

#-

FROM debian:12.5-slim
FROM debian:bookworm-20240701-slim

RUN set -x && \
apt-get update && \
Expand Down

0 comments on commit c60ce7b

Please sign in to comment.