Skip to content

Commit

Permalink
chore(deps): update alpine docker tag to v3.17
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Nov 20, 2022
1 parent 104f01c commit 1224d9e
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM alpine:3.15 as vmod-builder
FROM alpine:3.17 as vmod-builder
WORKDIR /build
RUN apk update
RUN apk add --quiet ca-certificates curl wget tar gzip jq
Expand All @@ -11,7 +11,7 @@ RUN ./configure --with-rst2man=: || cat config.log && \
make check && \
make install

FROM alpine:3.15 as prometheus-exporter-builder
FROM alpine:3.17 as prometheus-exporter-builder

WORKDIR /build
RUN apk update
Expand All @@ -24,7 +24,7 @@ RUN /prometheus_varnish_exporter -version

FROM hairyhenderson/gomplate as gomplate

FROM alpine:3.15
FROM alpine:3.17
MAINTAINER Frode Egeland <[email protected]>
ENV REFRESHED_AT 2017-11-02
ENV VARNISH_BACKEND_ADDRESS 192.168.1.65
Expand Down

0 comments on commit 1224d9e

Please sign in to comment.