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.0 ] ( https://img.shields.io/badge/version-v0.9.0 -brightgreen.svg ) ![ License MIT] ( https://img.shields.io/badge/license-MIT-blue.svg )
1
+ dockerize ![ version v0.9.1 ] ( https://img.shields.io/badge/version-v0.9.1 -brightgreen.svg ) ![ License MIT] ( https://img.shields.io/badge/license-MIT-blue.svg )
2
2
=============
3
3
4
4
Utility to simplify running applications in docker containers.
@@ -28,9 +28,9 @@ See [A Simple Way To Dockerize Applications](http://jasonwilder.com/blog/2014/10
28
28
29
29
Download the latest version in your container:
30
30
31
- * [ linux/amd64] ( https://github.com/jwilder/dockerize/releases/download/v0.9.0 /dockerize-linux-amd64-v0.9.0 .tar.gz )
32
- * [ alpine/amd64] ( https://github.com/jwilder/dockerize/releases/download/v0.9.0 /dockerize-alpine-linux-amd64-v0.9.0 .tar.gz )
33
- * [ darwin/amd64] ( https://github.com/jwilder/dockerize/releases/download/v0.9.0 /dockerize-darwin-amd64-v0.9.0 .tar.gz )
31
+ * [ linux/amd64] ( https://github.com/jwilder/dockerize/releases/download/v0.9.1 /dockerize-linux-amd64-v0.9.1 .tar.gz )
32
+ * [ alpine/amd64] ( https://github.com/jwilder/dockerize/releases/download/v0.9.1 /dockerize-alpine-linux-amd64-v0.9.1 .tar.gz )
33
+ * [ darwin/amd64] ( https://github.com/jwilder/dockerize/releases/download/v0.9.1 /dockerize-darwin-amd64-v0.9.1 .tar.gz )
34
34
35
35
36
36
### Docker Base Image
@@ -46,7 +46,7 @@ ENTRYPOINT dockerize ...
46
46
### Ubuntu Images
47
47
48
48
``` Dockerfile
49
- ENV DOCKERIZE_VERSION v0.9.0
49
+ ENV DOCKERIZE_VERSION v0.9.1
50
50
51
51
RUN apt-get update \
52
52
&& apt-get install -y wget \
@@ -58,7 +58,7 @@ RUN apt-get update \
58
58
### For Alpine Images:
59
59
60
60
``` Dockerfile
61
- ENV DOCKERIZE_VERSION v0.9.0
61
+ ENV DOCKERIZE_VERSION v0.9.1
62
62
63
63
RUN apk update --no-cache \
64
64
&& apk add --no-cache wget openssl \
You can’t perform that action at this time.
0 commit comments