Skip to content

Commit 7e459db

Browse files
committed
varnish/Dockerfile: Update ezplatform-http-cache
1 parent 4f49732 commit 7e459db

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docker/varnish/Dockerfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ RUN apt-get update && apt-get install -y make pkg-config varnish-dev wget \
1717
&& rm -r varnish-modules-${VMODS_VERSION}.tar.gz varnish-modules-${VMODS_VERSION}
1818

1919
# VCL
20-
ARG EZ_HTTP_CACHE_VERSION=2.2.2
20+
ARG EZ_HTTP_CACHE_VERSION=2.2.3
2121
RUN wget --no-verbose https://raw.githubusercontent.com/ezsystems/ezplatform-http-cache/v${EZ_HTTP_CACHE_VERSION}/docs/varnish/vcl/varnish5.vcl --output-document=default.vcl
2222
COPY parameters.vcl parameters.vcl
2323
RUN sed -i 's/X-Forwarded-Port = "80"/X-Forwarded-Port = "8080"/' default.vcl

0 commit comments

Comments
 (0)