Skip to content

Commit 24b55c1

Browse files
committed
fix: docker build
1 parent 5bd421c commit 24b55c1

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# usage: docker run --rm -v $PWD:/rad rad TASK
22
# build: docker build -t rad .
3-
FROM hayd/deno:alpine-1.7.5
3+
FROM hayd/deno:alpine-1.8.1
44
RUN mkdir /radinstall
55
WORKDIR /radinstall
66
COPY . .

readme.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66

77
# rad 💯
88

9-
A general purpose build tool. Terse, statically typed, batteries included.
9+
A general purpose build tool. Concise, statically typed, batteries included.
1010
Command tasks, function tasks, and make-style tasks supported.
1111

1212
Jump to:

0 commit comments

Comments
 (0)