From 25fc1dde3fe45449502150889da91414383e8230 Mon Sep 17 00:00:00 2001 From: rcourtman Date: Thu, 20 Nov 2025 14:03:48 +0000 Subject: [PATCH] Name runtime stage in Dockerfile for targeted builds --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index fe0ad5f..9d984c7 100644 --- a/Dockerfile +++ b/Dockerfile @@ -197,7 +197,7 @@ ENV PULSE_NO_AUTO_UPDATE=true ENTRYPOINT ["/usr/local/bin/pulse-docker-agent"] # Final stage (Pulse server runtime) -FROM alpine:3.20 +FROM alpine:3.20 AS runtime RUN apk --no-cache add ca-certificates tzdata su-exec openssh-client