File tree Expand file tree Collapse file tree 3 files changed +9
-2
lines changed
extensions/ql-vscode/test/e2e Expand file tree Collapse file tree 3 files changed +9
-2
lines changed Original file line number Diff line number Diff line change @@ -37,3 +37,10 @@ updates:
3737 day : " thursday" # Thursday is arbitrary
3838 labels :
3939 - " Update dependencies"
40+ - package-ecosystem : docker
41+ directory : " extensions/ql-vscode/test/e2e"
42+ schedule :
43+ interval : " weekly"
44+ day : " thursday" # Thursday is arbitrary
45+ labels :
46+ - " Update dependencies"
Original file line number Diff line number Diff line change @@ -38,7 +38,7 @@ services:
3838 depends_on :
3939 - files-init
4040 files-init :
41- image : alpine:3.19.0
41+ image : alpine:3.19.1
4242 restart : " no"
4343 # Since we're not running the code-server container using the same user as our host user,
4444 # we need to set the permissions on the mounted volumes to match the user inside the container.
Original file line number Diff line number Diff line change 1- FROM codercom/code-server:4.20.0
1+ FROM codercom/code-server:4.23.1
22
33USER root
44
You can’t perform that action at this time.
0 commit comments