Skip to content

Commit 4807abc

Browse files
authored
Merge pull request #5056 from richlander/patch-1
Update Windows Container Samples Repository URL
2 parents af274e0 + 4d84d79 commit 4807abc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/components/container/form-image/component.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ import layout from './template';
55
import { get, set, observer, computed } from '@ember/object'
66

77
const LINUX_LAST_CONTAINER = 'ubuntu:xenial'
8-
const WINDOWS_LAST_CONTAINER = 'mcr.microsoft.com/dotnet/core/samples:aspnetapp'
8+
const WINDOWS_LAST_CONTAINER = 'mcr.microsoft.com/dotnet/samples:aspnetapp'
99
// Remember the last value and use that for new one
1010
var lastContainer;
1111

0 commit comments

Comments
 (0)