Closed oz123 closed 4 years ago
As discussed in #77 I made the update. I added one more tiny change which seemed fit. Instead of having to frequently update janet language in the docker file, you can now pass it as a built time argument:
docker build --build-arg JANET=1.12.1 -f docker/Dockerfile .
I hope this is fine.
Oh my gosh the build arg, goes to show how much I know about docker
The CI fails because I lack permission. i think you can safely merge.
As discussed in #77 I made the update. I added one more tiny change which seemed fit. Instead of having to frequently update janet language in the docker file, you can now pass it as a built time argument:
I hope this is fine.