From 677acd61640e088dda397b966d2ccb382e03a47b Mon Sep 17 00:00:00 2001 From: gitworkflows <118260833+gitworkflows@users.noreply.github.com> Date: Tue, 15 Oct 2024 16:12:27 +0600 Subject: [PATCH] Update Dockerfile Signed-off-by: gitworkflows <118260833+gitworkflows@users.noreply.github.com> --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index f2e98a3..3a40118 100644 --- a/Dockerfile +++ b/Dockerfile @@ -3,6 +3,6 @@ # BUILDPLATFORM is an automatic platform ARG enabled by Docker BuildKit. # Represents the platform where the build is happening, do not mix with # TARGETARCH -FROM docker.io/library/alpine:3.20.3@sha256:beefdbd8a1da6d2915566fde36db9db0b524eb737fc57cd1367effd16dc0d06d +FROM docker.io/library/alpine:3.20.3 RUN apk add --no-cache curl iputils bind-tools tcpdump ENTRYPOINT ["/usr/bin/curl"]