From 7a876c56860078426e416506a8b5f57653b1943b Mon Sep 17 00:00:00 2001 From: valentinab25 Date: Fri, 21 Jun 2024 16:51:43 +0300 Subject: [PATCH] Upgrade to varnish 7.5 --- CHANGELOG.md | 3 +++ Dockerfile | 2 +- Readme.md | 3 ++- 3 files changed, 6 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index c41a8d4..af83f53 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,8 @@ # Changelog +## 2024-06-21 (7.5-1.0) +- Upgrade to varnish 7.5.0 + ## 2023-12-15 (7.4-1.1) - Upgrade to varnish 7.4.2 diff --git a/Dockerfile b/Dockerfile index dee82af..323d8a7 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,4 @@ -FROM varnish:7.4.2-alpine +FROM varnish:7.5.0-alpine MAINTAINER "EEA: IDM2 A-Team" diff --git a/Readme.md b/Readme.md index 5847c67..5c6cbfe 100644 --- a/Readme.md +++ b/Readme.md @@ -7,7 +7,7 @@ This image is generic, thus you can obviously re-use it within your non-related EEA projects. - Alpine **3.19** - - Varnish **7.4.2** + - Varnish **7.5.0** - Expose **80**, **8443** ## Supported tags and respective Dockerfile links @@ -19,6 +19,7 @@ your non-related EEA projects. - `:4.1-6.5` [*Dockerfile*](https://github.com/eea/eea.docker.varnish/tree/4.1-6.5/varnish/Dockerfile) - Varnish: **4.1.11** Release: **6.5** - `:7.2-1.0` [*Dockerfile*](https://github.com/eea/eea.docker.varnish/tree/7.2-1.0/Dockerfile) - Varnish: **7.2** Release: **1.0** - `:7.4-1.1` [*Dockerfile*](https://github.com/eea/eea.docker.varnish/tree/7.4-1.1/Dockerfile) - Varnish: **7.4.2** Release: **1.1** + - `:7.5-1.0` [*Dockerfile*](https://github.com/eea/eea.docker.varnish/tree/7.5-1.0/Dockerfile) - Varnish: **7.5.0** Release: **1.0** See [older versions](https://github.com/eea/eea.docker.varnish/releases)