diff --git a/src/licenseGen/Dockerfile b/src/licenseGen/Dockerfile index 362325d..94908d4 100644 --- a/src/licenseGen/Dockerfile +++ b/src/licenseGen/Dockerfile @@ -12,6 +12,6 @@ RUN set -e; set -x; \ FROM bitbetter/api -COPY --from=build /licenseGen/bin/Debug/netcoreapp3.1/publish/* /app/ +COPY --from=build /licenseGen/bin/Debug/netcoreapp5.0/publish/* /app/ ENTRYPOINT [ "dotnet", "/app/licenseGen.dll", "--core", "/app/Core.dll", "--cert", "/cert.pfx" ]