Skip to content

Commit cdeb8d2

Browse files
Merge pull request #32 from DataKitchen/image-build
ci(docker): fix base image tag
2 parents 623fd47 + d4c93bd commit cdeb8d2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

invocations/dev.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414

1515
DOCKER_BUILDER_NAME = "dk-builder"
1616
DOCKER_BUILDER_PLATFORMS = "linux/amd64,linux/arm64"
17-
TESTGEN_DEFAULT_BASE_LABEL = "v1"
17+
TESTGEN_DEFAULT_BASE_LABEL = "v3"
1818

1919

2020
@task

0 commit comments

Comments
 (0)