Skip to content

Commit

Permalink
version bump to pull in musl-1.1.18
Browse files Browse the repository at this point in the history
  • Loading branch information
jprjr committed Nov 2, 2017
1 parent ea434b6 commit 902141d
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ Build the following Dockerfile and try this guy out:

```
FROM ubuntu
ADD https://github.com/just-containers/s6-overlay/releases/download/v1.21.1.1/s6-overlay-amd64.tar.gz /tmp/
ADD https://github.com/just-containers/s6-overlay/releases/download/v1.21.2.0/s6-overlay-amd64.tar.gz /tmp/
RUN tar xzf /tmp/s6-overlay-amd64.tar.gz -C /
RUN apt-get update && \
apt-get install -y nginx && \
Expand Down Expand Up @@ -144,7 +144,7 @@ For example:

```
FROM busybox
ADD https://github.com/just-containers/s6-overlay/releases/download/v1.21.1.1/s6-overlay-amd64.tar.gz /tmp/
ADD https://github.com/just-containers/s6-overlay/releases/download/v1.21.2.0/s6-overlay-amd64.tar.gz /tmp/
RUN gunzip -c /tmp/s6-overlay-amd64.tar.gz | tar -xf - -C /
ENTRYPOINT ["/init"]
```
Expand Down
2 changes: 1 addition & 1 deletion builder/build-latest
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ set -x
## PARAMS
##

RELEASE_VERSION=${RELEASE_VERSION:-1.21.1.1}
RELEASE_VERSION=${RELEASE_VERSION:-1.21.2.0}
SKAWARE_VERSION=${RELEASE_VERSION%.*}
SKAWARE_SOURCE=${SKAWARE_SOURCE:-https://github.com/just-containers/skaware/releases/download/v$SKAWARE_VERSION}

Expand Down

0 comments on commit 902141d

Please sign in to comment.