feat: list nuget package versions

This commit is contained in:
2026-05-15 02:02:07 +00:00
parent d69bf747c1
commit 02d7cc5951
2 changed files with 133 additions and 2 deletions
+1 -1
View File
@@ -1,6 +1,6 @@
FROM alpine:latest
RUN apk add --no-cache --no-check-certificate bash curl ca-certificates
RUN apk add --no-cache --no-check-certificate bash curl jq ca-certificates
COPY entrypoint.sh /entrypoint.sh