From 7f8c236a4a6aea517e2471c09a0173123bcc184e Mon Sep 17 00:00:00 2001 From: Eval EXEC Date: Thu, 21 Nov 2024 14:15:47 +0800 Subject: [PATCH] Specify 20.04 to aarch64 image --- aarch64/Dockerfile | 2 +- templates/aarch64.Dockerfile | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/aarch64/Dockerfile b/aarch64/Dockerfile index 800cdc4..7db6b85 100644 --- a/aarch64/Dockerfile +++ b/aarch64/Dockerfile @@ -1,4 +1,4 @@ -FROM arm64v8/ubuntu +FROM arm64v8/ubuntu:20.04 RUN set -eux; \ apt-get update; \ diff --git a/templates/aarch64.Dockerfile b/templates/aarch64.Dockerfile index 296c606..5d47949 100644 --- a/templates/aarch64.Dockerfile +++ b/templates/aarch64.Dockerfile @@ -1,4 +1,4 @@ -FROM arm64v8/ubuntu +FROM arm64v8/ubuntu:20.04 RUN set -eux; \ apt-get update; \