Skip to content

Commit

Permalink
Update for 0.1.80
Browse files Browse the repository at this point in the history
  • Loading branch information
ingydotnet committed Oct 10, 2024
1 parent 92be9ff commit 8cbcedd
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ RUN curl -sSOL https://github.com/koalaman/shellcheck/releases/download/v0.10.0/
&& rm -fr shellcheck-* \
&& true

ENV VERSION=0.1.79
ENV VERSION=0.1.80

# Install /usr/local/bin/ys (the YAMLScript interpreter binary):
RUN curl -s https://yamlscript.org/install | BIN=1 bash \
Expand All @@ -36,6 +36,7 @@ RUN curl -s https://yamlscript.org/install | BIN=1 bash \
&& true

RUN true \
&& ln -s ys-$VERSION /usr/local/bin/ys-0.1.79 \
&& ln -s ys-$VERSION /usr/local/bin/ys-0.1.76 \
&& ln -s ys-$VERSION /usr/local/bin/ys-0.1.75 \
&& true
Expand Down
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ SHELL := bash

ROOT := $(shell pwd)

VERSION := 0.1.79
VERSION := 0.1.80

BIN := $(ROOT)/bin
SHELLCHECK := $(BIN)/shellcheck
Expand Down

0 comments on commit 8cbcedd

Please sign in to comment.