diff --git a/build-scripts/image-base.sh b/build-scripts/image-base.sh index 227d419..d976f72 100755 --- a/build-scripts/image-base.sh +++ b/build-scripts/image-base.sh @@ -2,7 +2,7 @@ set -ef cd "$(dirname "$0")/.." -IMAGE_VERSION="${IMAGE_VERSION:-v0.0.3}" +IMAGE_VERSION="${IMAGE_VERSION:-v0.0.4}" set -a BUILDAH_FORMAT="${BUILDAH_FORMAT:-docker}" diff --git a/build-scripts/image-deps.sh b/build-scripts/image-deps.sh index 8106275..446064e 100755 --- a/build-scripts/image-deps.sh +++ b/build-scripts/image-deps.sh @@ -2,7 +2,7 @@ set -ef cd "$(dirname "$0")/.." -IMAGE_VERSION="${IMAGE_VERSION:-v0.0.3}" +IMAGE_VERSION="${IMAGE_VERSION:-v0.0.4}" set -a BUILDAH_FORMAT="${BUILDAH_FORMAT:-docker}" diff --git a/build-scripts/image.sh b/build-scripts/image.sh index 79c7a88..c103603 100755 --- a/build-scripts/image.sh +++ b/build-scripts/image.sh @@ -2,7 +2,7 @@ set -ef cd "$(dirname "$0")/.." -IMAGE_VERSION="${IMAGE_VERSION:-v0.0.3}" +IMAGE_VERSION="${IMAGE_VERSION:-v0.0.4}" set -a BUILDAH_FORMAT="${BUILDAH_FORMAT:-docker}" diff --git a/doc/examples/basic/Dockerfile b/doc/examples/basic/Dockerfile index 7e74ce4..c3dd099 100644 --- a/doc/examples/basic/Dockerfile +++ b/doc/examples/basic/Dockerfile @@ -1,4 +1,4 @@ -FROM docker.io/rockdrilla/angie-conv:v0.0.3 +FROM docker.io/rockdrilla/angie-conv:v0.0.4 SHELL [ "/bin/sh", "-ec" ] COPY /site/ /etc/angie/site/ diff --git a/doc/examples/basic/README.md b/doc/examples/basic/README.md index 8dd1c58..ece8220 100644 --- a/doc/examples/basic/README.md +++ b/doc/examples/basic/README.md @@ -11,7 +11,7 @@ server { Dockerfile: ```dockerfile -FROM docker.io/rockdrilla/angie-conv:v0.0.3 +FROM docker.io/rockdrilla/angie-conv:v0.0.4 COPY /site/ /etc/angie/site/ COPY /static/ /etc/angie/static/ diff --git a/doc/examples/config-template/README.md b/doc/examples/config-template/README.md index 7cad1c2..83fd244 100644 --- a/doc/examples/config-template/README.md +++ b/doc/examples/config-template/README.md @@ -58,7 +58,7 @@ services: my-cache: container_name: my-cache - image: docker.io/rockdrilla/angie-conv:v0.0.3 + image: docker.io/rockdrilla/angie-conv:v0.0.4 restart: always privileged: true stop_grace_period: 15s diff --git a/doc/examples/config-template/docker-compose.yml b/doc/examples/config-template/docker-compose.yml index 1700109..4da78db 100644 --- a/doc/examples/config-template/docker-compose.yml +++ b/doc/examples/config-template/docker-compose.yml @@ -4,7 +4,7 @@ services: my-cache: container_name: my-cache - image: docker.io/rockdrilla/angie-conv:v0.0.3 + image: docker.io/rockdrilla/angie-conv:v0.0.4 restart: always privileged: true stop_grace_period: 15s diff --git a/doc/examples/njs/Dockerfile b/doc/examples/njs/Dockerfile index 2579df8..1e9567f 100644 --- a/doc/examples/njs/Dockerfile +++ b/doc/examples/njs/Dockerfile @@ -1,4 +1,4 @@ -FROM docker.io/rockdrilla/angie-conv:v0.0.3 +FROM docker.io/rockdrilla/angie-conv:v0.0.4 SHELL [ "/bin/sh", "-ec" ] COPY /site/ /etc/angie/site/ diff --git a/doc/examples/njs/README.md b/doc/examples/njs/README.md index 48cd2f5..c969a83 100644 --- a/doc/examples/njs/README.md +++ b/doc/examples/njs/README.md @@ -3,7 +3,7 @@ Dockerfile: ```dockerfile -FROM docker.io/rockdrilla/angie-conv:v0.0.3 +FROM docker.io/rockdrilla/angie-conv:v0.0.4 COPY /site/ /etc/angie/site/ diff --git a/doc/examples/perl/Dockerfile b/doc/examples/perl/Dockerfile index de241b8..aecc58e 100644 --- a/doc/examples/perl/Dockerfile +++ b/doc/examples/perl/Dockerfile @@ -1,4 +1,4 @@ -FROM docker.io/rockdrilla/angie-conv:v0.0.3 +FROM docker.io/rockdrilla/angie-conv:v0.0.4 SHELL [ "/bin/sh", "-ec" ] COPY /site/ /etc/angie/site/ diff --git a/doc/examples/perl/README.md b/doc/examples/perl/README.md index d117d20..4c97fac 100644 --- a/doc/examples/perl/README.md +++ b/doc/examples/perl/README.md @@ -3,7 +3,7 @@ Dockerfile: ```dockerfile -FROM docker.io/rockdrilla/angie-conv:v0.0.3 +FROM docker.io/rockdrilla/angie-conv:v0.0.4 COPY /site/ /etc/angie/site/ diff --git a/doc/examples/ssl/Dockerfile b/doc/examples/ssl/Dockerfile index 32e579e..8742d2d 100644 --- a/doc/examples/ssl/Dockerfile +++ b/doc/examples/ssl/Dockerfile @@ -1,4 +1,4 @@ -FROM docker.io/rockdrilla/angie-conv:v0.0.3 +FROM docker.io/rockdrilla/angie-conv:v0.0.4 SHELL [ "/bin/sh", "-ec" ] COPY /site/ /etc/angie/site/ diff --git a/doc/examples/ssl/README.md b/doc/examples/ssl/README.md index f543788..c8a9d66 100644 --- a/doc/examples/ssl/README.md +++ b/doc/examples/ssl/README.md @@ -3,7 +3,7 @@ Dockerfile: ```dockerfile -FROM docker.io/rockdrilla/angie-conv:v0.0.3 +FROM docker.io/rockdrilla/angie-conv:v0.0.4 COPY /site/ /etc/angie/site/ COPY /static/ /etc/angie/static/ diff --git a/doc/examples/static-template/Dockerfile b/doc/examples/static-template/Dockerfile index b6eb41d..c5c6b55 100644 --- a/doc/examples/static-template/Dockerfile +++ b/doc/examples/static-template/Dockerfile @@ -1,4 +1,4 @@ -FROM docker.io/rockdrilla/angie-conv:v0.0.3 +FROM docker.io/rockdrilla/angie-conv:v0.0.4 SHELL [ "/bin/sh", "-ec" ] COPY /site/ /etc/angie/site/ diff --git a/doc/examples/static-template/README.md b/doc/examples/static-template/README.md index e03d35e..ec39609 100644 --- a/doc/examples/static-template/README.md +++ b/doc/examples/static-template/README.md @@ -13,7 +13,7 @@ server { Dockerfile: ```dockerfile -FROM docker.io/rockdrilla/angie-conv:v0.0.3 +FROM docker.io/rockdrilla/angie-conv:v0.0.4 COPY /site/ /etc/angie/site/ COPY /static/ /etc/angie/static/