Skip to content

Commit 18aff2c

Browse files
committed
fix: docker image from
1 parent c80c9f7 commit 18aff2c

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

55
LABEL maintainer="Christian González Di Antonio <[email protected]>" \
66
org.opencontainers.image.authors="Christian González Di Antonio <[email protected]>" \

0 commit comments

Comments
 (0)