diff options
author | Oleg Morozenkov <o.morozenkov@corp.mail.ru> | 2024-06-11 00:50:25 +0300 |
---|---|---|
committer | Oleg Morozenkov <o.morozenkov@corp.mail.ru> | 2024-06-11 00:50:25 +0300 |
commit | 34558bc5425e1165f491a83ab62140b90aa29b78 (patch) | |
tree | 298aee954c9959f3bc979ddfc60647d39762e153 | |
parent | a38e1b2752030254f400c0fb1e95f7340f2060c4 (diff) |
Use ubuntu lts for Dockerfile_test
-rw-r--r-- | Dockerfile_test | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Dockerfile_test b/Dockerfile_test index 0c7ce6a..e28a43b 100644 --- a/Dockerfile_test +++ b/Dockerfile_test @@ -1,4 +1,4 @@ -FROM ubuntu:latest +FROM ubuntu:jammy MAINTAINER Oleg Morozenkov <m@oleg.rocks> RUN apt-get -qq update && \ |