You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+3-3Lines changed: 3 additions & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -1,9 +1,9 @@
1
1
# racket-docker
2
2
3
-
Docker images for various Racket versions available on DockerHub as [`racket/racket:<version>`](https://hub.docker.com/r/racket/racket/). For example, to run a Racket 8.12 REPL:
3
+
Docker images for various Racket versions available on DockerHub as [`racket/racket:<version>`](https://hub.docker.com/r/racket/racket/). For example, to run a Racket 8.13 REPL:
4
4
5
5
```
6
-
$ docker run -it racket/racket:8.12-full
6
+
$ docker run -it racket/racket:8.13-full
7
7
```
8
8
9
9
#### Normal images
@@ -16,7 +16,7 @@ These images use the `minimal-install` of Racket to avoid pulling in things like
16
16
DrRacket or Scribble. This also means many `raco` commands such as `raco make`
17
17
will be missing; install the `compiler-lib` package to get most of the standard
18
18
`raco` commands. Alternatively, use the "full" images instead such as
19
-
`racket/racket:8.12-full`.
19
+
`racket/racket:8.13-full`.
20
20
21
21
Versions: 6.1 and above. Racket CS images are available for 7.4 and above.
0 commit comments