Skip to content

Commit

Permalink
Update component.js
Browse files Browse the repository at this point in the history
Update to the current repo. Old repro will be deleted.

dotnet/dotnet-docker#4755
  • Loading branch information
richlander authored and nwmac committed Sep 5, 2024
1 parent af274e0 commit 4d84d79
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/components/container/form-image/component.js
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ import layout from './template';
import { get, set, observer, computed } from '@ember/object'

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

Expand Down

0 comments on commit 4d84d79

Please sign in to comment.