Skip to content

Commit

Permalink
Update for 0.1.81
Browse files Browse the repository at this point in the history
  • Loading branch information
ingydotnet committed Nov 2, 2024
1 parent 3558116 commit 9d7f3ca
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,10 +25,11 @@ RUN curl -sSOL https://github.com/koalaman/shellcheck/releases/download/v0.10.0/
&& rm -fr shellcheck-* \
&& true

ENV VERSION=0.1.80
ENV VERSION=0.1.81

# Install /usr/local/bin/ys (the YAMLScript interpreter binary):
RUN curl -s https://yamlscript.org/install | BIN=1 bash \
&& curl -s https://yamlscript.org/install | BIN=1 VERSION=0.1.80 bash \
&& rm -f \
/usr/local/bin/ys \
/usr/local/bin/ys-0 \
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.80
VERSION := 0.1.81

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

0 comments on commit 9d7f3ca

Please sign in to comment.