From b6e202ae067b5e2cbd0fc97752a36ee6998e58d3 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Tue, 30 Sep 2025 08:23:49 +0000 Subject: [PATCH] fix: dev-container/nvim/lua/nvim-container-plugin/devcontainer/Dockerfile to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-UBUNTU2404-GLIBC-11031045 - https://snyk.io/vuln/SNYK-UBUNTU2404-GLIBC-11031045 - https://snyk.io/vuln/SNYK-UBUNTU2404-PAM-11936905 - https://snyk.io/vuln/SNYK-UBUNTU2404-PAM-11936905 - https://snyk.io/vuln/SNYK-UBUNTU2404-PAM-11936905 --- .../nvim/lua/nvim-container-plugin/devcontainer/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-container/nvim/lua/nvim-container-plugin/devcontainer/Dockerfile b/dev-container/nvim/lua/nvim-container-plugin/devcontainer/Dockerfile index 9f41706..d1fb607 100644 --- a/dev-container/nvim/lua/nvim-container-plugin/devcontainer/Dockerfile +++ b/dev-container/nvim/lua/nvim-container-plugin/devcontainer/Dockerfile @@ -1,5 +1,5 @@ # Use an official Ubuntu base image -FROM ubuntu:24.04 +FROM ubuntu:24.10 ENV USER=devuser ENV HOME=/home/$USER