File tree Expand file tree Collapse file tree 1 file changed +6
-6
lines changed
Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Original file line number Diff line number Diff line change 1- dockerize ![ version v0.9.2 ] ( https://img.shields.io/badge/version-v0.9.2 -brightgreen.svg ) ![ License MIT] ( https://img.shields.io/badge/license-MIT-blue.svg )
1+ dockerize ![ version v0.9.3 ] ( https://img.shields.io/badge/version-v0.9.3 -brightgreen.svg ) ![ License MIT] ( https://img.shields.io/badge/license-MIT-blue.svg )
22=============
33
44Utility to simplify running applications in docker containers.
@@ -28,9 +28,9 @@ See [A Simple Way To Dockerize Applications](http://jasonwilder.com/blog/2014/10
2828
2929Download the latest version in your container:
3030
31- * [ linux/amd64] ( https://github.com/jwilder/dockerize/releases/download/v0.9.2 /dockerize-linux-amd64-v0.9.2 .tar.gz )
32- * [ alpine/amd64] ( https://github.com/jwilder/dockerize/releases/download/v0.9.2 /dockerize-alpine-linux-amd64-v0.9.2 .tar.gz )
33- * [ darwin/amd64] ( https://github.com/jwilder/dockerize/releases/download/v0.9.2 /dockerize-darwin-amd64-v0.9.2 .tar.gz )
31+ * [ linux/amd64] ( https://github.com/jwilder/dockerize/releases/download/v0.9.3 /dockerize-linux-amd64-v0.9.3 .tar.gz )
32+ * [ alpine/amd64] ( https://github.com/jwilder/dockerize/releases/download/v0.9.3 /dockerize-alpine-linux-amd64-v0.9.3 .tar.gz )
33+ * [ darwin/amd64] ( https://github.com/jwilder/dockerize/releases/download/v0.9.3 /dockerize-darwin-amd64-v0.9.3 .tar.gz )
3434
3535
3636### Docker Base Image
@@ -46,7 +46,7 @@ ENTRYPOINT dockerize ...
4646### Ubuntu Images
4747
4848``` Dockerfile
49- ENV DOCKERIZE_VERSION v0.9.2
49+ ENV DOCKERIZE_VERSION v0.9.3
5050
5151RUN apt-get update \
5252 && apt-get install -y wget \
@@ -58,7 +58,7 @@ RUN apt-get update \
5858### For Alpine Images:
5959
6060``` Dockerfile
61- ENV DOCKERIZE_VERSION v0.9.2
61+ ENV DOCKERIZE_VERSION v0.9.3
6262
6363RUN apk update --no-cache \
6464 && apk add --no-cache wget openssl \
You can’t perform that action at this time.
0 commit comments