Compare commits

...

1 Commits

Author SHA1 Message Date
renovate[bot]
55cf6b3f6d chore(deps): update alpine docker tag to v3.24 2026-06-10 00:50:28 +00:00
2 changed files with 3 additions and 3 deletions

View File

@@ -1,6 +1,6 @@
FROM bluenviron/mediamtx:1 AS mediamtx
FROM alpine:3.21
FROM alpine:3.24
RUN apk add --no-cache ca-certificates

View File

@@ -1,4 +1,4 @@
FROM alpine:3.19 AS builder
FROM alpine:3.24 AS builder
RUN apk add --no-cache \
build-base \
@@ -15,7 +15,7 @@ RUN apk add --no-cache \
make -j$(nproc) && make install && \
rm -rf /nginx-1.26.3.tar.gz /nginx-1.26.3 /nginx-http-flv-module
FROM alpine:3.19
FROM alpine:3.24
COPY --from=builder /usr/local/nginx /usr/local/nginx