Skip to content

Commit d96f063

Browse files
Update to 0.20.0
1 parent 358927d commit d96f063

File tree

2 files changed

+14
-0
lines changed

2 files changed

+14
-0
lines changed
Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
FROM pypy:3.6-windowsservercore-1809
2+
3+
ENV HY_VERSION 0.20.0
4+
5+
RUN pip install --no-cache-dir ('hy == {0}' -f $env:HY_VERSION)
6+
7+
CMD ["hy"]
Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
FROM pypy:3.7-windowsservercore-1809
2+
3+
ENV HY_VERSION 0.20.0
4+
5+
RUN pip install --no-cache-dir ('hy == {0}' -f $env:HY_VERSION)
6+
7+
CMD ["hy"]

0 commit comments

Comments
 (0)