-
Notifications
You must be signed in to change notification settings - Fork 6
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
chore(deps): update alpine docker tag to v3.17
- Loading branch information
1 parent
104f01c
commit 1224d9e
Showing
1 changed file
with
3 additions
and
3 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 | ||
|
@@ -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 | ||
|
@@ -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 | ||
|