From 3be9bef4efb4a7a4a5ad4d3a66ffe9d2e034092e Mon Sep 17 00:00:00 2001 From: oleksandr-codefresh Date: Wed, 24 Jan 2024 11:37:30 +0200 Subject: [PATCH] vuln-fix of stdlib: bump ubuntu to 23.10 --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index a6d014ed732d9..c2790e52d190e 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,4 @@ -ARG BASE_IMAGE=docker.io/library/ubuntu:22.04@sha256:0bced47fffa3361afa981854fcabcd4577cd43cebbb808cea2b1f33a3dd7f508 +ARG BASE_IMAGE=docker.io/library/ubuntu:23.10@sha256:cbc171ba52575fec0601f01abf6fdec67f8ed227658cacbc10d778ac3b218307 #################################################################################################### # Builder image # Initial stage which pulls prepares build dependencies and CLI tooling we need for our final image