Skip to content

Commit 3d05d61

Browse files
authored
Merge pull request #8195 from ecamp/renovate/varnish-8.x
chore(deps): update varnish docker tag to v8
2 parents 059560c + cee01aa commit 3d05d61

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.docker-hub/varnish/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
ARG VERSION=7.7.3
1+
ARG VERSION=8.0.0
22

33
FROM varnish:${VERSION}
44

docker-compose.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ services:
5656
- 'host.docker.internal:host-gateway'
5757

5858
http-cache:
59-
image: varnish:7.7.3
59+
image: varnish:8.0.0
6060
container_name: 'ecamp3-http-cache'
6161
depends_on:
6262
- api
@@ -70,7 +70,7 @@ services:
7070
- VARNISH_HTTP_PORT=8080
7171

7272
http-cache-logs:
73-
image: varnish:7.7.3
73+
image: varnish:8.0.0
7474
container_name: 'ecamp3-http-cache-logs'
7575
depends_on:
7676
- http-cache

0 commit comments

Comments
 (0)