Skip to content

Commit

Permalink
Update Docker images
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored and AlexSkrypnyk committed Feb 7, 2024
1 parent 8fdcce3 commit 6142ea0
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .drevops/docs/.utils/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM squidfunk/mkdocs-material:9.5.7
FROM squidfunk/mkdocs-material:9.5.8

ENV DOCKERIZE_VERSION v0.7.0
RUN wget --quiet https://github.com/jwilder/dockerize/releases/download/$DOCKERIZE_VERSION/dockerize-alpine-linux-amd64-$DOCKERIZE_VERSION.tar.gz \
Expand Down
2 changes: 1 addition & 1 deletion docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -195,7 +195,7 @@ services:

#;< CLAMAV
clamav:
image: clamav/clamav:1.2.1
image: clamav/clamav:1.3.0
ports:
- "3310" # Find port on host with `docker-compose port clamav 3310`.
environment:
Expand Down

0 comments on commit 6142ea0

Please sign in to comment.