Skip to content

Commit

Permalink
[Snyk] Security upgrade debian from latest to 11.5 (#1900)
Browse files Browse the repository at this point in the history
  • Loading branch information
amitkanfer authored Dec 14, 2022
1 parent 5fa81b5 commit b6b7ed8
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion testing/environments/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Basic debian file with curl, wget and nano installed to fetch files
# an update config files
FROM debian:latest
FROM debian:11.5
MAINTAINER Nicolas Ruflin <[email protected]>

RUN apt-get update && \
Expand Down
2 changes: 1 addition & 1 deletion testing/environments/docker/kafka/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM debian:stretch
FROM debian:11.5

ENV KAFKA_HOME /kafka
# The advertised host is kafka. This means it will not work if container is started locally and connected from localhost to it
Expand Down

0 comments on commit b6b7ed8

Please sign in to comment.