Skip to content

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# Build stage
2-
FROM alpine:3 AS builder
2+
FROM alpine:3.22 AS builder
33

44
ARG TARGETPLATFORM
55
ARG BUILDPLATFORM
@@ -27,7 +27,7 @@ RUN echo "Building for $TARGETPLATFORM" && \
2727
make
2828

2929
# Runtime stage
30-
FROM alpine:3
30+
FROM alpine:3.22
3131

3232
# Copy the built binary and config
3333
COPY --from=builder /workdir/src/rtp2httpd /usr/local/bin/

0 commit comments

Comments
 (0)