File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff 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
3838type Service struct {
3939 * services.Base
Original file line number Diff line number Diff line change @@ -31,7 +31,7 @@ func TestCreateToRunNative(t *testing.T) {
3131}
3232
3333func TestCreateToRunDocker (t * testing.T ) {
34- // testCreateToRun(t, resources.NewRuntimeContextContainer())
34+ testCreateToRun (t , resources .NewRuntimeContextContainer ())
3535}
3636
3737func testCreateToRun (t * testing.T , runtimeContext * basev0.RuntimeContext ) {
You can’t perform that action at this time.
0 commit comments