Skip to content

Commit

Permalink
chore(deps): update docker (dockerfiles/dockerfile.kafka)
Browse files Browse the repository at this point in the history
  • Loading branch information
IK Renovate Bot authored and ivankatliarchuk committed Apr 18, 2024
1 parent da67e0b commit 09c8184
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion dockerfiles/Dockerfile.find-out-non-root
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM python:3.11.1-alpine3.17
FROM python:3.11.7-alpine3.17

# cat /etc/groups > groups
# cat /etc/passwd > users
Expand Down
2 changes: 1 addition & 1 deletion dockerfiles/Dockerfile.kafka
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM confluentinc/cp-kafka-connect-base:7.0.1
FROM confluentinc/cp-kafka-connect-base:7.0.14
# Update log4j properties
RUN whoami
# COPY --chown=appuser:appuser connect-log4j.properties /etc/kafka
Expand Down
2 changes: 1 addition & 1 deletion dockerfiles/Dockerfile.python
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
# docker run --rm -it -p 8080:1025 python-app
# docker run --rm -it python-app /bin/sh
# switch https://github.com/GoogleContainerTools/distroless
FROM python:3.11.1-alpine3.17
FROM python:3.11.7-alpine3.17

RUN mkdir -p /.local

Expand Down

0 comments on commit 09c8184

Please sign in to comment.