Skip to content

Commit

Permalink
Merge pull request #1659 from bowtie-json-schema/dependabot/docker/im…
Browse files Browse the repository at this point in the history
…plementations/dotnet-jsonschema-net/dotnet/runtime-9.0-alpine

Bump dotnet/runtime from 8.0-alpine to 9.0-alpine in /implementations/dotnet-jsonschema-net
  • Loading branch information
github-actions[bot] authored Dec 22, 2024
2 parents 523760f + 5e252c7 commit d706636
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion implementations/dotnet-jsonschema-net/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ RUN dotnet restore -a ${TARGETARCH}
COPY . .
RUN dotnet publish -a ${TARGETARCH} --no-restore -c Release -o /app

FROM mcr.microsoft.com/dotnet/runtime:8.0-alpine
FROM mcr.microsoft.com/dotnet/runtime:9.0-alpine
WORKDIR /app
COPY --from=build /app .
ENTRYPOINT ["dotnet", "bowtie_json_everything.dll"]

0 comments on commit d706636

Please sign in to comment.