Skip to content

Commit

Permalink
Auto-update sbcl. (#71)
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 Feb 28, 2023
1 parent bbd90e8 commit f6e9a62
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.3.0
$ docker run -it --rm fukamachi/sbcl:2.3.0
$ docker pull fukamachi/sbcl:2.3.1
$ docker run -it --rm fukamachi/sbcl:2.3.1
```

## Supported tags

- `2.3.1`, `2.3.1-debian`, `latest`, `latest-debian`
- `2.3.1-ubuntu`, `latest-ubuntu`
- `2.3.1-alpine`, `latest-alpine`
- `2.3.2`, `2.3.2-debian`, `latest`, `latest-debian`
- `2.3.2-ubuntu`, `latest-ubuntu`
- `2.3.2-alpine`, `latest-alpine`
- `2.3.1`, `2.3.1-debian`
- `2.3.1-alpine`
- `2.3.1-ubuntu`
- `2.3.0`, `2.3.0-debian`
- `2.3.0-alpine`
- `2.3.0-ubuntu`
Expand Down Expand Up @@ -219,5 +222,5 @@ $ docker run -it --rm fukamachi/sbcl:2.3.0
## Building by your own

```
$ docker build -t sbcl:2.3.0 --build-arg VERSION=2.3.0 sbcl/debian/
$ docker build -t sbcl:2.3.1 --build-arg VERSION=2.3.1 sbcl/debian/
```
1 change: 1 addition & 0 deletions sbcl/versions
Original file line number Diff line number Diff line change
Expand Up @@ -65,3 +65,4 @@
2.2.11,21.10.14.111
2.3.0,22.12.14.113
2.3.1,22.12.14.113
2.3.2,22.12.14.113

0 comments on commit f6e9a62

Please sign in to comment.