Changed glax/tranga-base to latest

This commit is contained in:
2023-06-20 23:26:49 +02:00
parent cdd2d94ba1
commit e0fb817256
2 changed files with 1 additions and 15 deletions

View File

@ -6,7 +6,7 @@ COPY . /src/
RUN dotnet restore API/API.csproj
RUN dotnet publish -c Release -o /publish
FROM glax/tranga-base:dev as runtime
FROM glax/tranga-base:latest as runtime
WORKDIR /publish
COPY --from=build-env /publish .
EXPOSE 6531