fix: restrict tag to ubuntu focal

fukusuket 2022-06-01 23:25:18 +09:00
parent 609fc61c34
commit 9f537f12a6
1 changed files with 1 additions and 1 deletions

View File

@ -1,5 +1,5 @@
FROM ubuntu:latest
FROM ubuntu:focal
# Install core components
ENV DEBIAN_FRONTEND noninteractive