Skip to content

Commit

Permalink
Merge pull request #955 from uselagoon/renovate/main-varnish-6.0.x
Browse files Browse the repository at this point in the history
  • Loading branch information
tobybellwood committed Mar 22, 2024
2 parents 970b3c2 + 09daab6 commit b934a7b
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions images/varnish/6.Dockerfile
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
ARG IMAGE_REPO
FROM ${IMAGE_REPO:-lagoon}/commons as commons

FROM varnish:6.0.12 as vmod
FROM varnish:6.0.13 as vmod

USER root
RUN apt-get update \
Expand All @@ -18,8 +18,8 @@ RUN curl -s https://packagecloud.io/install/repositories/varnishcache/varnish60l
libpcre3-dev \
libtool \
python3-docutils \
varnish=6.0.12-1~bullseye \
varnish-dev=6.0.12-1~bullseye
varnish=6.0.13-1~bullseye \
varnish-dev=6.0.13-1~bullseye

ENV LIBVMOD_DYNAMIC_VERSION=6.0
RUN cd /tmp && curl -sSLO https://github.com/nigoroll/libvmod-dynamic/archive/${LIBVMOD_DYNAMIC_VERSION}.zip \
Expand All @@ -31,7 +31,7 @@ RUN cd /tmp && curl -sSLO https://github.com/varnish/varnish-modules/archive/${V
&& unzip ${VARNISH_MODULES_VERSION}.zip && cd varnish-modules-${VARNISH_MODULES_VERSION} \
&& ./bootstrap && ./configure && make && make install

FROM varnish:6.0.12
FROM varnish:6.0.13

LABEL org.opencontainers.image.authors="The Lagoon Authors" maintainer="The Lagoon Authors"
LABEL org.opencontainers.image.source="https://github.com/uselagoon/lagoon-images" repository="https://github.com/uselagoon/lagoon-images"
Expand Down

0 comments on commit b934a7b

Please sign in to comment.