Skip to content

Commit

Permalink
Update v0.9.1
Browse files Browse the repository at this point in the history
  • Loading branch information
jwilder committed Dec 18, 2024
1 parent 748f0d7 commit 5bf6fdb
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
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)
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)
=============

Utility to simplify running applications in docker containers.
Expand Down Expand Up @@ -28,9 +28,9 @@ See [A Simple Way To Dockerize Applications](http://jasonwilder.com/blog/2014/10

Download the latest version in your container:

* [linux/amd64](https://github.com/jwilder/dockerize/releases/download/v0.9.0/dockerize-linux-amd64-v0.9.0.tar.gz)
* [alpine/amd64](https://github.com/jwilder/dockerize/releases/download/v0.9.0/dockerize-alpine-linux-amd64-v0.9.0.tar.gz)
* [darwin/amd64](https://github.com/jwilder/dockerize/releases/download/v0.9.0/dockerize-darwin-amd64-v0.9.0.tar.gz)
* [linux/amd64](https://github.com/jwilder/dockerize/releases/download/v0.9.1/dockerize-linux-amd64-v0.9.1.tar.gz)
* [alpine/amd64](https://github.com/jwilder/dockerize/releases/download/v0.9.1/dockerize-alpine-linux-amd64-v0.9.1.tar.gz)
* [darwin/amd64](https://github.com/jwilder/dockerize/releases/download/v0.9.1/dockerize-darwin-amd64-v0.9.1.tar.gz)


### Docker Base Image
Expand All @@ -46,7 +46,7 @@ ENTRYPOINT dockerize ...
### Ubuntu Images

``` Dockerfile
ENV DOCKERIZE_VERSION v0.9.0
ENV DOCKERIZE_VERSION v0.9.1

RUN apt-get update \
&& apt-get install -y wget \
Expand All @@ -58,7 +58,7 @@ RUN apt-get update \
### For Alpine Images:

``` Dockerfile
ENV DOCKERIZE_VERSION v0.9.0
ENV DOCKERIZE_VERSION v0.9.1

RUN apk update --no-cache \
&& apk add --no-cache wget openssl \
Expand Down

0 comments on commit 5bf6fdb

Please sign in to comment.