Skip to content

Commit

Permalink
Update dockerhub base path
Browse files Browse the repository at this point in the history
  • Loading branch information
LanceMcCarthy committed May 7, 2024
1 parent df30870 commit 3649f3c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion DevCraftAspire.ApiService/DevCraftAspire.ApiService.csproj
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<Project Sdk="Microsoft.NET.Sdk.Web">

<PropertyGroup>
<ContainerBaseImage>registry.hub.docker.com/lancemccarthy/aspirebase:8.0</ContainerBaseImage>
<ContainerBaseImage>docker.io/lancemccarthy/aspirebase:8.0</ContainerBaseImage>
<OutputType>Exe</OutputType>
<TargetFramework>net8.0</TargetFramework>
<ImplicitUsings>enable</ImplicitUsings>
Expand Down

0 comments on commit 3649f3c

Please sign in to comment.