Skip to content

Commit

Permalink
Merge pull request #32 from eval-exec/exec/specify-aarch-image-tag
Browse files Browse the repository at this point in the history
Specify 20.04 to aarch64 image
  • Loading branch information
doitian authored Nov 22, 2024
2 parents dde5a2a + 7f8c236 commit 0cc4122
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion aarch64/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM arm64v8/ubuntu
FROM arm64v8/ubuntu:20.04

RUN set -eux; \
apt-get update; \
Expand Down
2 changes: 1 addition & 1 deletion templates/aarch64.Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM arm64v8/ubuntu
FROM arm64v8/ubuntu:20.04

RUN set -eux; \
apt-get update; \
Expand Down

0 comments on commit 0cc4122

Please sign in to comment.