awslabs / llrt

LLRT (Low Latency Runtime) is an experimental, lightweight JavaScript runtime designed to address the growing demand for fast and efficient Serverless applications.
Apache License 2.0
7.76k stars 342 forks source link

fix: wrong a url of github release at the Dockerfile #257

Closed Marukome0743 closed 3 months ago

Marukome0743 commented 3 months ago

Issue # (if available)

Can't resolve https://github.com/awslabs/llrt/releases/download/latest/llrt-container-arm64

Description of changes

According to Linking to the latest release, the correct url is below.

https://github.com/awslabs/llrt/releases/latest/download/llrt-container-arm64

In addition, it works to build docker image with this.

Checklist

By submitting this pull request, I confirm that you can use, modify, copy, and redistribute this contribution, under the terms of your choice.