Skip to content

Commit fec3683

Browse files
committed
Version 0.18.0
- Configure pdeathsignal (#114) - Environment variable for -g (#101)
1 parent 143cf5d commit fec3683

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ project (tini C)
33

44
# Config
55
set (tini_VERSION_MAJOR 0)
6-
set (tini_VERSION_MINOR 17)
6+
set (tini_VERSION_MINOR 18)
77
set (tini_VERSION_PATCH 0)
88

99
# Build options

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ In Docker, you will want to use an entrypoint so you don't have to remember
5959
to manually invoke Tini:
6060

6161
# Add Tini
62-
ENV TINI_VERSION v0.17.0
62+
ENV TINI_VERSION v0.18.0
6363
ADD https://github.com/krallin/tini/releases/download/${TINI_VERSION}/tini /tini
6464
RUN chmod +x /tini
6565
ENTRYPOINT ["/tini", "--"]
@@ -85,7 +85,7 @@ The `tini` and `tini-static` binaries are signed using the key `595E85A6B1B4779E
8585
You can verify their signatures using `gpg` (which you may install using
8686
your package manager):
8787

88-
ENV TINI_VERSION v0.17.0
88+
ENV TINI_VERSION v0.18.0
8989
ADD https://github.com/krallin/tini/releases/download/${TINI_VERSION}/tini /tini
9090
ADD https://github.com/krallin/tini/releases/download/${TINI_VERSION}/tini.asc /tini.asc
9191
RUN gpg --keyserver hkp://p80.pool.sks-keyservers.net:80 --recv-keys 595E85A6B1B4779EA4DAAEC70B588DFF0527A9B7 \

0 commit comments

Comments
 (0)