Skip to content

Commit 84fb151

Browse files
authored
Merge pull request #142 from hackberrydev/janet-1.40.1
Janet 1.40.1
2 parents 42673df + 9e8824a commit 84fb151

3 files changed

Lines changed: 5 additions & 5 deletions

File tree

.semaphore/semaphore.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -10,9 +10,9 @@ blocks:
1010
jobs:
1111
- name: 'Tests'
1212
commands:
13-
- wget https://github.com/janet-lang/janet/archive/refs/tags/v1.32.1.tar.gz
14-
- tar xvf v1.32.1.tar.gz
15-
- cd janet-1.32.1
13+
- wget https://github.com/janet-lang/janet/archive/refs/tags/v1.40.1.tar.gz
14+
- tar xvf v1.40.1.tar.gz
15+
- cd janet-1.40.1
1616
- make
1717
- sudo make install
1818
- cd

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM debian:bookworm
1+
FROM debian:trixie-slim
22

33
ARG JANET_VERSION
44
ARG JPM_VERSION

docker-compose.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ services:
33
build:
44
context: .
55
args:
6-
JANET_VERSION: 1.38.0
6+
JANET_VERSION: 1.40.1
77
JPM_VERSION: v1.1.0
88
container_name: alas
99
image: alas:1.0

0 commit comments

Comments
 (0)