Skip to content

Commit 7f8c236

Browse files
committed
Specify 20.04 to aarch64 image
1 parent dde5a2a commit 7f8c236

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

aarch64/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM arm64v8/ubuntu
1+
FROM arm64v8/ubuntu:20.04
22

33
RUN set -eux; \
44
apt-get update; \

templates/aarch64.Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM arm64v8/ubuntu
1+
FROM arm64v8/ubuntu:20.04
22

33
RUN set -eux; \
44
apt-get update; \

0 commit comments

Comments
 (0)