Skip to content

Commit

Permalink
24.04
Browse files Browse the repository at this point in the history
  • Loading branch information
frostbyte73 committed Nov 20, 2024
1 parent 6cd90ce commit a6f266c
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion build/gstreamer/Dockerfile-base
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM ubuntu:22.04
FROM ubuntu:24.04

ARG GSTREAMER_VERSION

Expand Down
2 changes: 1 addition & 1 deletion build/gstreamer/Dockerfile-dev
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ COPY compile-rs /
RUN /compile
RUN /compile-rs

FROM ubuntu:22.04
FROM ubuntu:24.04

COPY install-dependencies /

Expand Down
2 changes: 1 addition & 1 deletion build/gstreamer/Dockerfile-prod
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ COPY compile /

RUN /compile

FROM ubuntu:22.04
FROM ubuntu:24.04

RUN apt-get update && \
apt-get dist-upgrade -y && \
Expand Down
2 changes: 1 addition & 1 deletion magefile.go
Original file line number Diff line number Diff line change
Expand Up @@ -170,7 +170,7 @@ func Build() error {

func BuildTemplate() error {
return mageutil.Run(context.Background(),
"docker pull ubuntu:22.04",
"docker pull ubuntu:24.04",
"docker build -t livekit/egress-templates -f ./build/template/Dockerfile .",
)
}
Expand Down

0 comments on commit a6f266c

Please sign in to comment.