From 84650ce3aebc35b53870fee75a8bbbf9ce880af0 Mon Sep 17 00:00:00 2001 From: minoplhy Date: Sun, 16 Feb 2025 13:24:26 +0700 Subject: [PATCH] change base image --- Dockerfile | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/Dockerfile b/Dockerfile index 173b82a..fce3139 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,8 +1,6 @@ ## builder -FROM --platform=$BUILDPLATFORM debian:12-slim as builder +FROM debian:12 as builder LABEL image="ripe-atlas-builder" -ARG BUILDPLATFORM -ARG TARGETPLATFORM ARG DEBIAN_FRONTEND=noninteractive ARG GIT_URL=https://github.com/RIPE-NCC/ripe-atlas-software-probe.git @@ -26,7 +24,7 @@ LABEL image="ripe-atlas-artifacts" COPY --from=builder /root/ripe-atlas-probe*.deb / ## the actual image -FROM debian:12-slim +FROM debian:12 LABEL maintainer="dockerhub@public.swineson.me" LABEL image="ripe-atlas" ARG DEBIAN_FRONTEND=noninteractive