fix: use GitHub API to find Roc tarball URL (inconsistent naming) and fix default version to 0.0.0-alpha1
Build and Publish OCI Images / build-and-push (push) Failing after 4s

This commit is contained in:
2026-06-04 15:35:52 -04:00
parent cf9cf69945
commit 6c6e087b55
4 changed files with 33 additions and 8 deletions
+1 -1
View File
@@ -1,7 +1,7 @@
# Roc compiler base image
# Provides just the Roc compiler binary and WASI runtime library.
ARG ROC_VERSION=0.0.0-alpha2
ARG ROC_VERSION=0.0.0-alpha1
FROM debian:bookworm-slim AS curl-stage
RUN apt-get update && apt-get install -y --no-install-recommends ca-certificates curl && rm -rf /var/lib/apt/lists/*