Skip to content

Commit

Permalink
Update release to v0.9.0
Browse files Browse the repository at this point in the history
  • Loading branch information
jwilder committed Dec 17, 2024
1 parent 54e60b4 commit 80eb904
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.8.0](https://img.shields.io/badge/version-v0.8.0-brightgreen.svg) ![License MIT](https://img.shields.io/badge/license-MIT-blue.svg)
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)
=============

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.8.0/dockerize-linux-amd64-v0.8.0.tar.gz)
* [alpine/amd64](https://github.com/jwilder/dockerize/releases/download/v0.8.0/dockerize-alpine-linux-amd64-v0.8.0.tar.gz)
* [darwin/amd64](https://github.com/jwilder/dockerize/releases/download/v0.8.0/dockerize-darwin-amd64-v0.8.0.tar.gz)
* [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)


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

``` Dockerfile
ENV DOCKERIZE_VERSION v0.8.0
ENV DOCKERIZE_VERSION v0.9.0

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.8.0
ENV DOCKERIZE_VERSION v0.9.0

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

0 comments on commit 80eb904

Please sign in to comment.