Skip to content

Commit

Permalink
rebuild with fixed packages
Browse files Browse the repository at this point in the history
  • Loading branch information
jprjr committed Sep 9, 2018
1 parent 4c82733 commit 257ace9
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 @@ -36,7 +36,7 @@ Build the following Dockerfile and try this guy out:

```
FROM ubuntu
ADD https://github.com/just-containers/s6-overlay/releases/download/v1.21.6.0/s6-overlay-amd64.tar.gz /tmp/
ADD https://github.com/just-containers/s6-overlay/releases/download/v1.21.7.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 @@ -146,7 +146,7 @@ For example:

```
FROM busybox
ADD https://github.com/just-containers/s6-overlay/releases/download/v1.21.6.0/s6-overlay-amd64.tar.gz /tmp/
ADD https://github.com/just-containers/s6-overlay/releases/download/v1.21.7.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.6.0}
RELEASE_VERSION=${RELEASE_VERSION:-1.21.7.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 257ace9

Please sign in to comment.