From 9f537f12a6567396bef3c14cc452d73d5134c7ad Mon Sep 17 00:00:00 2001 From: fukusuket Date: Wed, 1 Jun 2022 23:25:18 +0900 Subject: [PATCH] fix: restrict tag to ubuntu focal --- web/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/web/Dockerfile b/web/Dockerfile index 6c98335..342f344 100644 --- a/web/Dockerfile +++ b/web/Dockerfile @@ -1,5 +1,5 @@ -FROM ubuntu:latest +FROM ubuntu:focal # Install core components ENV DEBIAN_FRONTEND noninteractive