Skip to content

Commit

Permalink
Auto-update sbcl.
Browse files Browse the repository at this point in the history
  • Loading branch information
fukamachi committed Jun 30, 2024
1 parent ed72d43 commit 8242a10
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 6 deletions.
15 changes: 9 additions & 6 deletions sbcl/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,15 +8,18 @@
```
$ docker pull fukamachi/sbcl
$ docker run -it --rm fukamachi/sbcl
$ docker pull fukamachi/sbcl:2.4.4
$ docker run -it --rm fukamachi/sbcl:2.4.4
$ docker pull fukamachi/sbcl:2.4.5
$ docker run -it --rm fukamachi/sbcl:2.4.5
```

## Supported tags

- `2.4.5`, `2.4.5-debian`, `latest`, `latest-debian`
- `2.4.5-ubuntu`, `latest-ubuntu`
- `2.4.5-alpine`, `latest-alpine`
- `2.4.6`, `2.4.6-debian`, `latest`, `latest-debian`
- `2.4.6-ubuntu`, `latest-ubuntu`
- `2.4.6-alpine`, `latest-alpine`
- `2.4.5`, `2.4.5-debian`
- `2.4.5-alpine`
- `2.4.5-ubuntu`
- `2.4.4`, `2.4.4-debian`
- `2.4.4-alpine`
- `2.4.4-ubuntu`
Expand Down Expand Up @@ -267,5 +270,5 @@ $ docker run -it --rm fukamachi/sbcl:2.4.4
## Building by your own

```
$ docker build -t sbcl:2.4.4 --build-arg VERSION=2.4.4 sbcl/debian/
$ docker build -t sbcl:2.4.5 --build-arg VERSION=2.4.5 sbcl/debian/
```
1 change: 1 addition & 0 deletions sbcl/versions
Original file line number Diff line number Diff line change
Expand Up @@ -81,3 +81,4 @@
2.4.3,23.10.14.114
2.4.4,23.10.14.114
2.4.5,23.10.14.114
2.4.6,23.10.14.114

0 comments on commit 8242a10

Please sign in to comment.