We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f05fdab commit 6da7399Copy full SHA for 6da7399
Dockerfile
@@ -40,7 +40,8 @@ FROM ghcr.io/linuxsuren/atest-ext-store-orm:master as orm
40
FROM ghcr.io/linuxsuren/atest-ext-monitor-docker:master as docker
41
FROM ghcr.io/linuxsuren/atest-ext-collector:master as collector
42
FROM ghcr.io/linuxsuren/api-testing-vault-extension:v0.0.1 as vault
43
-FROM docker.io/library/ubuntu:23.04
+
44
+FROM docker.io/library/ubuntu:23.10
45
46
LABEL "com.github.actions.name"="API testing"
47
LABEL "com.github.actions.description"="API testing"
0 commit comments