-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Bump alpine from 3.15 to 3.18 in /images
Bumps alpine from 3.15 to 3.18. --- updated-dependencies: - dependency-name: alpine dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]>
- Loading branch information
1 parent
2e40635
commit 7d975f7
Showing
2 changed files
with
2 additions
and
2 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
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 |
---|---|---|
|
@@ -2,7 +2,7 @@ FROM golang:alpine3.15 as builder | |
RUN go install github.com/letsencrypt/[email protected] | ||
RUN which unbound_exporter | ||
|
||
FROM alpine:3.15 | ||
FROM alpine:3.18 | ||
COPY --from=builder /go/bin/unbound_exporter /bin/unbound_exporter | ||
RUN chmod +x /bin/unbound_exporter | ||
ENTRYPOINT ["/bin/unbound_exporter"] | ||
|