Skip to content

Commit

Permalink
chore(deps): update varnish docker tag to v7.6.1
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Nov 13, 2024
1 parent c3a3d2b commit 4794b0e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .docker-hub/varnish/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
ARG VERSION=7.5.0
ARG VERSION=7.6.1

FROM varnish:${VERSION}

Expand Down
2 changes: 1 addition & 1 deletion docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ services:
- 'host.docker.internal:host-gateway'

http-cache:
image: varnish:7.5.0
image: varnish:7.6.1
container_name: 'ecamp3-http-cache'
depends_on:
- api
Expand Down

0 comments on commit 4794b0e

Please sign in to comment.