Skip to content

Commit

Permalink
Auto-update sbcl. (#74)
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] committed Mar 29, 2023
1 parent a21e43a commit 4239a75
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.1
$ docker run -it --rm fukamachi/sbcl:2.3.1
$ docker pull fukamachi/sbcl:2.3.2
$ docker run -it --rm fukamachi/sbcl:2.3.2
```

## Supported tags

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

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

0 comments on commit 4239a75

Please sign in to comment.