Skip to content

Commit

Permalink
Update ubuntu Docker tag to mantic-20240416
Browse files Browse the repository at this point in the history
Generated by renovateBot
  • Loading branch information
renovate[bot] authored Apr 28, 2024
1 parent 78c7f85 commit 90611a7
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 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:23.10
FROM ubuntu:mantic-20240416

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:23.10
FROM ubuntu:mantic-20240416

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:23.10
FROM ubuntu:mantic-20240416

RUN apt-get update && \
apt-get dist-upgrade -y && \
Expand Down

0 comments on commit 90611a7

Please sign in to comment.