Skip to content

Commit

Permalink
Auto-update sbcl. (#103)
Browse files Browse the repository at this point in the history
Co-authored-by: fukamachi <[email protected]>
  • Loading branch information
github-actions[bot] and fukamachi authored Sep 30, 2024
1 parent 2d4f08e commit 422feec
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.7
$ docker run -it --rm fukamachi/sbcl:2.4.7
$ docker pull fukamachi/sbcl:2.4.8
$ docker run -it --rm fukamachi/sbcl:2.4.8
```

## Supported tags

- `2.4.8`, `2.4.8-debian`, `latest`, `latest-debian`
- `2.4.8-ubuntu`, `latest-ubuntu`
- `2.4.8-alpine`, `latest-alpine`
- `2.4.9`, `2.4.9-debian`, `latest`, `latest-debian`
- `2.4.9-ubuntu`, `latest-ubuntu`
- `2.4.9-alpine`, `latest-alpine`
- `2.4.8`, `2.4.8-debian`
- `2.4.8-alpine`
- `2.4.8-ubuntu`
- `2.4.7`, `2.4.7-debian`
- `2.4.7-alpine`
- `2.4.7-ubuntu`
Expand Down Expand Up @@ -276,5 +279,5 @@ $ docker run -it --rm fukamachi/sbcl:2.4.7
## Building by your own

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

0 comments on commit 422feec

Please sign in to comment.