Commit d8985e6e authored by Geoff Simmons's avatar Geoff Simmons

Varinsh container uses 6.3.2.

parent d9c02ca8
......@@ -8,7 +8,7 @@ COPY uplex_varnish.repo /etc/yum.repos.d/
# docker build.
RUN yum install -y -q epel-release && yum -q makecache -y fast && \
yum update -y -q --exclude=shadow-utils && \
yum install -y -q varnish-6.3.1 && \
yum install -y -q varnish-6.3.2 && \
yum install -y -q --nogpgcheck vmod-re2-1.8.0 && \
yum install -y -q --nogpgcheck vmod-selector-1.3.1 && \
yum -q clean all && rm -rf /var/cache/yum && rm -rf /usr/share/man && \
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment