We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 104f01c commit 9bf7268Copy full SHA for 9bf7268
Dockerfile
@@ -1,4 +1,4 @@
1
-FROM alpine:3.15 as vmod-builder
+FROM alpine:3.19 as vmod-builder
2
WORKDIR /build
3
RUN apk update
4
RUN apk add --quiet ca-certificates curl wget tar gzip jq
@@ -11,7 +11,7 @@ RUN ./configure --with-rst2man=: || cat config.log && \
11
make check && \
12
make install
13
14
-FROM alpine:3.15 as prometheus-exporter-builder
+FROM alpine:3.19 as prometheus-exporter-builder
15
16
17
@@ -24,7 +24,7 @@ RUN /prometheus_varnish_exporter -version
24
25
FROM hairyhenderson/gomplate as gomplate
26
27
-FROM alpine:3.15
+FROM alpine:3.19
28
MAINTAINER Frode Egeland <[email protected]>
29
ENV REFRESHED_AT 2017-11-02
30
ENV VARNISH_BACKEND_ADDRESS 192.168.1.65
0 commit comments