Skip to content

Commit

Permalink
Security vulns (#21)
Browse files Browse the repository at this point in the history
* Security vulns

* bump
  • Loading branch information
danielm-codefresh authored Aug 16, 2023
1 parent b70b39d commit bf024b7
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
ARG ARCH=amd64

FROM prom/node-exporter:v1.5.0 AS node-exporter
FROM prom/node-exporter:v1.6.1 AS node-exporter

FROM alpine:3.15
FROM alpine:3.16.7

COPY --from=node-exporter /bin/node_exporter /bin/

Expand Down
2 changes: 1 addition & 1 deletion service.yaml
Original file line number Diff line number Diff line change
@@ -1 +1 @@
version: 1.29.4
version: 1.29.5

0 comments on commit bf024b7

Please sign in to comment.