Skip to content

Commit

Permalink
bump to socklog 2.2.1-2
Browse files Browse the repository at this point in the history
  • Loading branch information
jprjr committed Sep 9, 2018
1 parent 1cb9458 commit aae07d7
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 @@ -12,11 +12,11 @@ Installation is similar to installing the `s6-overlay`:
FROM ubuntu

# Install s6-overlay
ADD https://github.com/just-containers/s6-overlay/releases/download/v1.21.4.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 /

# Install socklog-overlay
ADD https://github.com/just-containers/socklog-overlay/releases/download/v2.2.0-0/socklog-overlay-amd64.tar.gz /tmp/
ADD https://github.com/just-containers/socklog-overlay/releases/download/v2.2.1-0/socklog-overlay-amd64.tar.gz /tmp/
RUN tar xzf /tmp/socklog-overlay-amd64.tar.gz -C /

ENTRYPOINT ["/init"]
Expand Down
2 changes: 1 addition & 1 deletion build
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#!/usr/bin/env bash

SOCKLOG_VERSION="2.2.0"
SOCKLOG_VERSION="2.2.1-2"
SOCKLOG_SRC="https://github.com/just-containers/socklog/releases/download/v$SOCKLOG_VERSION"

PKGDIR=$(pwd)/pkg
Expand Down

0 comments on commit aae07d7

Please sign in to comment.