diff --git a/build/chrome/Dockerfile b/build/chrome/Dockerfile index df9a5507..6d0c7e03 100644 --- a/build/chrome/Dockerfile +++ b/build/chrome/Dockerfile @@ -12,7 +12,7 @@ # See the License for the specific language governing permissions and # limitations under the License. -FROM ubuntu:22.04 +FROM ubuntu:24.04 RUN mkdir /chrome-installer COPY output/arm64 /chrome-installer/arm64 diff --git a/build/gstreamer/Dockerfile-base b/build/gstreamer/Dockerfile-base index c4e6869d..f8fc394b 100644 --- a/build/gstreamer/Dockerfile-base +++ b/build/gstreamer/Dockerfile-base @@ -1,4 +1,4 @@ -FROM ubuntu:mantic-20240530 +FROM ubuntu:24.04 ARG GSTREAMER_VERSION diff --git a/build/gstreamer/Dockerfile-dev b/build/gstreamer/Dockerfile-dev index ad8e935f..9ef5ba4c 100644 --- a/build/gstreamer/Dockerfile-dev +++ b/build/gstreamer/Dockerfile-dev @@ -11,7 +11,7 @@ COPY compile-rs / RUN /compile RUN /compile-rs -FROM ubuntu:mantic-20240530 +FROM ubuntu:24.04 COPY install-dependencies / diff --git a/build/gstreamer/Dockerfile-prod b/build/gstreamer/Dockerfile-prod index d19dcb43..d2096035 100644 --- a/build/gstreamer/Dockerfile-prod +++ b/build/gstreamer/Dockerfile-prod @@ -9,7 +9,7 @@ COPY compile / RUN /compile -FROM ubuntu:mantic-20240530 +FROM ubuntu:24.04 RUN apt-get update && \ apt-get dist-upgrade -y && \ diff --git a/build/template/Dockerfile b/build/template/Dockerfile index aab03d30..03642b2a 100644 --- a/build/template/Dockerfile +++ b/build/template/Dockerfile @@ -12,7 +12,7 @@ # See the License for the specific language governing permissions and # limitations under the License. -FROM ubuntu:22.04 +FROM ubuntu:24.04 WORKDIR /workspace