Skip to content

Commit 6da7399

Browse files
authored
fix: upgrade the base image due the security issue (#347)
Signed-off-by: Rick <[email protected]>
1 parent f05fdab commit 6da7399

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

Dockerfile

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,8 @@ FROM ghcr.io/linuxsuren/atest-ext-store-orm:master as orm
4040
FROM ghcr.io/linuxsuren/atest-ext-monitor-docker:master as docker
4141
FROM ghcr.io/linuxsuren/atest-ext-collector:master as collector
4242
FROM ghcr.io/linuxsuren/api-testing-vault-extension:v0.0.1 as vault
43-
FROM docker.io/library/ubuntu:23.04
43+
44+
FROM docker.io/library/ubuntu:23.10
4445

4546
LABEL "com.github.actions.name"="API testing"
4647
LABEL "com.github.actions.description"="API testing"

0 commit comments

Comments
 (0)