Skip to content

Commit 6a65834

Browse files
committed
Minor update to docker build
1 parent 9c664f5 commit 6a65834

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
ARG ARCH="amd64"
22
ARG OS="linux"
3-
FROM quay.io/prometheus/busybox-${OS}-${ARCH}:glibc
3+
FROM quay.io/prometheus/busybox-${OS}-${ARCH}:latest
44
ARG ARCH="amd64"
55
ARG OS="linux"
66
COPY .build/${OS}-${ARCH}/eseries_exporter /eseries_exporter

0 commit comments

Comments
 (0)