Skip to content

Commit

Permalink
chore(docker): yet another CVE fix
Browse files Browse the repository at this point in the history
  • Loading branch information
dr460nf1r3 committed Nov 18, 2024
1 parent c4cdfde commit cb0e989
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docker-compose/all-in-one/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ services:

# Password vault
vaultwarden:
image: vaultwarden/server:1.32.4-alpine
image: vaultwarden/server:1.32.5-alpine
container_name: vaultwarden
volumes: ["./bitwarden:/data"]
ports: ["8081:80"]
Expand All @@ -61,7 +61,7 @@ services:

# Secure pastebin
privatebin:
image: privatebin/nginx-fpm-alpine:1.7.4
image: privatebin/nginx-fpm-alpine:1.7.5
container_name: privatebin
volumes:
- ./privatebin:/srv/data
Expand Down

0 comments on commit cb0e989

Please sign in to comment.