Skip to content

Commit 58e7990

Browse files

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
2-
FROM ubuntu:24.04 AS builder
2+
FROM ubuntu:24.10 AS builder
33
LABEL maintainer=michel.promonet@free.fr
44
ARG USERNAME=dev
55
ARG USERID=10000
@@ -29,7 +29,7 @@ RUN apt-get update && DEBIAN_FRONTEND=noninteractive apt-get install -y --no-ins
2929
USER $USERNAME
3030

3131
# run
32-
FROM ubuntu:24.04
32+
FROM ubuntu:24.10
3333
LABEL maintainer=michel.promonet@free.fr
3434

3535
WORKDIR /usr/local/share/webrtc-streamer

0 commit comments

Comments
 (0)