From 0e5b460e6720f77bb95bd8497a013ee7a973e5e1 Mon Sep 17 00:00:00 2001 From: Koen Vlaswinkel Date: Tue, 30 Apr 2024 16:20:19 +0200 Subject: [PATCH] Upgrade Alpine to 3.19.1 --- extensions/ql-vscode/test/e2e/docker-compose.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/extensions/ql-vscode/test/e2e/docker-compose.yml b/extensions/ql-vscode/test/e2e/docker-compose.yml index 3cece128c..76a3f265f 100644 --- a/extensions/ql-vscode/test/e2e/docker-compose.yml +++ b/extensions/ql-vscode/test/e2e/docker-compose.yml @@ -38,7 +38,7 @@ services: depends_on: - files-init files-init: - image: alpine:3.19.0 + image: alpine:3.19.1 restart: "no" # Since we're not running the code-server container using the same user as our host user, # we need to set the permissions on the mounted volumes to match the user inside the container.