From 46b33a8113947c1add2b892e2038d3f1fcde81be Mon Sep 17 00:00:00 2001 From: na2na-p Date: Mon, 20 May 2024 21:27:24 +0900 Subject: [PATCH] Workaround of CVE-2023-45288 --- infra/docker/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/infra/docker/Dockerfile b/infra/docker/Dockerfile index a3feda49..8b7a562d 100644 --- a/infra/docker/Dockerfile +++ b/infra/docker/Dockerfile @@ -8,7 +8,7 @@ RUN --mount=type=cache,target=/var/cache/apt,sharing=locked \ ; echo 'Binary::apt::APT::Keep-Downloaded-Packages "true";' > /etc/apt/apt.conf.d/keep-cache \ && apt-get update \ && apt-get install -yqq --no-install-recommends \ - python3 + python3 golang-1.22 RUN corepack enable