Name runtime stage in Dockerfile for targeted builds
This commit is contained in:
parent
169dec12ef
commit
25fc1dde3f
1 changed files with 1 additions and 1 deletions
|
|
@ -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
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue