Skip to content

Commit d8c9bc6

Browse files
author
Antoine Toussaint
committed
update: changes
1 parent 97edd17 commit d8c9bc6

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

main.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ type Settings struct {
3333
PublicEndpoint bool `yaml:"public-endpoint"`
3434
}
3535

36-
var runtimeImage = &resources.DockerImage{Name: "codeflydev/python-poetry", Tag: "0.0.8"}
36+
var runtimeImage = &resources.DockerImage{Name: "codeflydev/python-poetry", Tag: "0.0.9"}
3737

3838
type Service struct {
3939
*services.Base

main_test.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ func TestCreateToRunNative(t *testing.T) {
3131
}
3232

3333
func TestCreateToRunDocker(t *testing.T) {
34-
//testCreateToRun(t, resources.NewRuntimeContextContainer())
34+
testCreateToRun(t, resources.NewRuntimeContextContainer())
3535
}
3636

3737
func testCreateToRun(t *testing.T, runtimeContext *basev0.RuntimeContext) {

0 commit comments

Comments
 (0)