Skip to content

Commit 0cc4122

Browse files
authored
Merge pull request #32 from eval-exec/exec/specify-aarch-image-tag
Specify 20.04 to aarch64 image
2 parents dde5a2a + 7f8c236 commit 0cc4122

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)