From 5dee37a6a5e2e0e8766f73862c6f907835b4ac94 Mon Sep 17 00:00:00 2001 From: David Colburn Date: Fri, 22 Nov 2024 11:05:02 -0800 Subject: [PATCH] 24.04 (#812) --- build/chrome/Dockerfile | 2 +- build/chrome/install-chrome | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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/chrome/install-chrome b/build/chrome/install-chrome index 55e4014b..59d1e896 100755 --- a/build/chrome/install-chrome +++ b/build/chrome/install-chrome @@ -6,7 +6,7 @@ then apt-get update apt-get install -y \ ca-certificates \ - libasound2 \ + libasound2t64 \ libatk-bridge2.0-0 \ libatk1.0-0 \ libc6 \