diff --git a/Dockerfile b/Dockerfile index ee4b961..ea73a5d 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,4 @@ -FROM ubuntu:focal AS build-env +FROM ubuntu:jammy AS build-env RUN apt-get update && DEBIAN_FRONTEND="noninteractive" \ apt-get --yes --no-install-recommends install \ wget curl\