File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ MAINTAINER Jason Wilder <mail@jasonwilder.com>
3
3
4
4
RUN apk -U add openssl
5
5
6
- ENV VERSION v0.3 .0
6
+ ENV VERSION v0.4 .0
7
7
ENV DOWNLOAD_URL https://github.com/jwilder/dockerize/releases/download/$VERSION/dockerize-alpine-linux-amd64-$VERSION.tar.gz
8
8
9
9
RUN wget -qO- $DOWNLOAD_URL | tar xvz -C /usr/local/bin
Original file line number Diff line number Diff line change 1
- dockerize ![ version v0.3 .0] ( https://img.shields.io/badge/version-v0.3 .0-brightgreen.svg ) ![ License MIT] ( https://img.shields.io/badge/license-MIT-blue.svg )
1
+ dockerize ![ version v0.4 .0] ( https://img.shields.io/badge/version-v0.4 .0-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.
@@ -29,14 +29,14 @@ See [A Simple Way To Dockerize Applications](http://jasonwilder.com/blog/2014/10
29
29
30
30
Download the latest version in your container:
31
31
32
- * [ linux/amd64] ( https://github.com/jwilder/dockerize/releases/download/v0.3 .0/dockerize-linux-amd64-v0.3 .0.tar.gz )
32
+ * [ linux/amd64] ( https://github.com/jwilder/dockerize/releases/download/v0.4 .0/dockerize-linux-amd64-v0.4 .0.tar.gz )
33
33
34
34
For Ubuntu Images:
35
35
36
36
``` Dockerfile
37
37
RUN apt-get update && apt-get install -y wget
38
38
39
- ENV DOCKERIZE_VERSION v0.3 .0
39
+ ENV DOCKERIZE_VERSION v0.4 .0
40
40
RUN wget https://github.com/jwilder/dockerize/releases/download/$DOCKERIZE_VERSION/dockerize-linux-amd64-$DOCKERIZE_VERSION.tar.gz \
41
41
&& tar -C /usr/local/bin -xzvf dockerize-linux-amd64-$DOCKERIZE_VERSION.tar.gz \
42
42
&& rm dockerize-linux-amd64-$DOCKERIZE_VERSION.tar.gz
You can’t perform that action at this time.
0 commit comments