Skip to content

Commit

Permalink
h2o 3.32.0.2
Browse files Browse the repository at this point in the history
  • Loading branch information
marevol committed Nov 24, 2020
1 parent 558cae6 commit 3c0c640
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ See [Packages](https://github.com/orgs/codelibs/packages/container/package/h2o).

## Docker Images

- [`3.32.0.1`](https://github.com/codelibs/docker-h2o/blob/master/Dockerfile)
- [`3.32.0.2`](https://github.com/codelibs/docker-h2o/blob/master/Dockerfile)

## Getting Started

Expand All @@ -26,6 +26,6 @@ $ docker build --rm -t ghcr.io/codelibs/h2o:snapshot .
To build it on release tag,

```console
$ docker build --rm -t ghcr.io/codelibs/h2o:3.32.0.1 --build-arg GIT_BRANCH=jenkins-3.32.0.1 --build-arg BUILD_NUMBER=1 .
$ docker build --rm -t ghcr.io/codelibs/h2o:3.32.0.2 --build-arg GIT_BRANCH=jenkins-3.32.0.2 --build-arg BUILD_NUMBER=2 .
```

0 comments on commit 3c0c640

Please sign in to comment.