Skip to content

Commit

Permalink
h2o 3.30.1.3
Browse files Browse the repository at this point in the history
  • Loading branch information
marevol committed Oct 4, 2020
1 parent 45f8155 commit 907777b
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 [https://hub.docker.com/r/codelibs/h2o/](https://hub.docker.com/r/codelibs/h

## Docker Images

- [`3.30.1.2`](https://github.com/codelibs/docker-h2o/blob/master/Dockerfile)
- [`3.30.1.3`](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.30.1.2 --build-arg GIT_BRANCH=jenkins-3.30.1.2 --build-arg BUILD_NUMBER=2 .
$ docker build --rm -t ghcr.io/codelibs/h2o:3.30.1.3 --build-arg GIT_BRANCH=jenkins-3.30.1.3 --build-arg BUILD_NUMBER=3 .
```

0 comments on commit 907777b

Please sign in to comment.