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
Build and Publish OCI Images / build-and-push (push) Failing after 4s
This commit is contained in:
+1
-1
@@ -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/*
|
||||
|
||||
Reference in New Issue
Block a user