From db5ba45a0c3bd100b2dc348224d10002da3f7a12 Mon Sep 17 00:00:00 2001 From: minoplhy Date: Wed, 12 Mar 2025 14:12:04 +0700 Subject: [PATCH] misc: remove old Debian references and complete the takeover --- Dockerfile | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/Dockerfile b/Dockerfile index d2138b1..5643992 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,7 +1,6 @@ ## builder FROM alpine:3.21 as builder LABEL image="ripe-atlas-builder" -ARG DEBIAN_FRONTEND=noninteractive ARG GIT_URL=https://github.com/RIPE-NCC/ripe-atlas-software-probe.git COPY alpinelinux-fix-sys-reboot.patch /tmp/alpinelinux-fix-sys-reboot.patch @@ -32,7 +31,7 @@ COPY --from=builder /tmp/ripe-atlas-software-probe / ## the actual image FROM alpine:3.21 -LABEL maintainer="dockerhub@public.swineson.me" +LABEL maintainer="c@3qx.nl" LABEL image="ripe-atlas" COPY --from=builder /tmp/ripe-atlas-software-probe /tmp/ripe-atlas-software-probe