Skip to content

Commit

Permalink
Release with socklog 2.2.3
Browse files Browse the repository at this point in the history
  • Loading branch information
jprjr committed Jul 6, 2021
1 parent 2e21afb commit 262733b
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/build
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#!/usr/bin/env bash

SOCKLOG_VERSION="2.2.2"
SOCKLOG_VERSION="2.2.3"
SOCKLOG_RELEASE="${SOCKLOG_VERSION}"
SOCKLOG_SRC="https://github.com/just-containers/socklog/releases/download/v$SOCKLOG_RELEASE"

Expand Down
6 changes: 5 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ ADD https://github.com/just-containers/s6-overlay/releases/download/v1.21.8.0/s6
RUN tar xzf /tmp/s6-overlay-amd64.tar.gz -C /

# Install socklog-overlay
ADD https://github.com/just-containers/socklog-overlay/releases/download/v3.1.1-1/socklog-overlay-amd64.tar.gz /tmp/
ADD https://github.com/just-containers/socklog-overlay/releases/download/v3.1.2-0/socklog-overlay-amd64.tar.gz /tmp/
RUN tar xzf /tmp/socklog-overlay-amd64.tar.gz -C /

ENTRYPOINT ["/init"]
Expand Down Expand Up @@ -123,6 +123,10 @@ Added the `SOCKLOG_TIMESTAMP_FORMAT` environment variable.

Compatibility update with skalibs v2.10+

### 3.1.2

Fixes https://github.com/just-containers/socklog-overlay/issues/8

## LICENSE

ISC license, see `LICENSE.md`
Expand Down

0 comments on commit 262733b

Please sign in to comment.