From ccda9059346f531f099e84e526ff89f59de85818 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sun, 8 Dec 2024 18:45:49 +0000 Subject: [PATCH] chore(deps): update ubuntu docker tag to v24 --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index a07c027d4..4d282bce1 100644 --- a/Dockerfile +++ b/Dockerfile @@ -7,7 +7,7 @@ # Use `ubuntu`, rather than `node`, base image because that is what we generally # use as a base and so this tests that all necessary deps are installed -FROM ubuntu:20.04 +FROM ubuntu:24.04 ARG DEBIAN_FRONTEND=noninteractive ARG APT_KEY_DONT_WARN_ON_DANGEROUS_USAGE=1