From ddc1754d706655b51c5ab5532f3c4d3c509ca847 Mon Sep 17 00:00:00 2001 From: Igor Rodionov Date: Tue, 14 May 2024 19:38:36 +0200 Subject: [PATCH] Pin base docker image to ubuntu:jammy --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index e91da579..d005bc17 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,4 @@ -FROM ubuntu:latest +FROM ubuntu:jammy ARG ATMOS_VERSION=1.34.2 ARG GO_VERSION=1.20