Skip to content

Commit

Permalink
update docker base image
Browse files Browse the repository at this point in the history
  • Loading branch information
mpromonet committed Apr 14, 2024
1 parent 2d66c55 commit 41848a4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# build
FROM ubuntu:22.04 as builder
FROM ubuntu:24.04 as builder
LABEL [email protected]
ARG USERNAME=dev
WORKDIR /webrtc-streamer
Expand All @@ -25,7 +25,7 @@ RUN apt-get update && DEBIAN_FRONTEND=noninteractive apt-get install -y --no-ins
&& apt-get clean && rm -rf /var/lib/apt/lists/

# run
FROM ubuntu:22.04
FROM ubuntu:24.04

WORKDIR /app
COPY --from=builder /app/ /app/
Expand Down

0 comments on commit 41848a4

Please sign in to comment.