Skip to content

Commit 9bf7268

Browse files
chore(deps): update alpine docker tag to v3.19
1 parent 104f01c commit 9bf7268

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

Dockerfile

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM alpine:3.15 as vmod-builder
1+
FROM alpine:3.19 as vmod-builder
22
WORKDIR /build
33
RUN apk update
44
RUN apk add --quiet ca-certificates curl wget tar gzip jq
@@ -11,7 +11,7 @@ RUN ./configure --with-rst2man=: || cat config.log && \
1111
make check && \
1212
make install
1313

14-
FROM alpine:3.15 as prometheus-exporter-builder
14+
FROM alpine:3.19 as prometheus-exporter-builder
1515

1616
WORKDIR /build
1717
RUN apk update
@@ -24,7 +24,7 @@ RUN /prometheus_varnish_exporter -version
2424

2525
FROM hairyhenderson/gomplate as gomplate
2626

27-
FROM alpine:3.15
27+
FROM alpine:3.19
2828
MAINTAINER Frode Egeland <[email protected]>
2929
ENV REFRESHED_AT 2017-11-02
3030
ENV VARNISH_BACKEND_ADDRESS 192.168.1.65

0 commit comments

Comments
 (0)