fix: upgrade the base image due the security issue (#347)

Signed-off-by: Rick <1450685+LinuxSuRen@users.noreply.github.com>
This commit is contained in:
Rick 2024-03-13 13:36:41 +08:00 committed by GitHub
parent f05fdab4ca
commit 6da7399862
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 2 additions and 1 deletions

View File

@ -40,7 +40,8 @@ FROM ghcr.io/linuxsuren/atest-ext-store-orm:master as orm
FROM ghcr.io/linuxsuren/atest-ext-monitor-docker:master as docker
FROM ghcr.io/linuxsuren/atest-ext-collector:master as collector
FROM ghcr.io/linuxsuren/api-testing-vault-extension:v0.0.1 as vault
FROM docker.io/library/ubuntu:23.04
FROM docker.io/library/ubuntu:23.10
LABEL "com.github.actions.name"="API testing"
LABEL "com.github.actions.description"="API testing"