File tree Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 1
1
NAME = osixia/tinc
2
- VERSION = 0.2.0
2
+ VERSION = 0.2.1
3
3
4
4
.PHONY : build build-nocache test tag-latest push push-latest release git-tag-version
5
5
Original file line number Diff line number Diff line change @@ -4,16 +4,16 @@ FROM osixia/light-baseimage:1.1.0
4
4
MAINTAINER Bertrand Gouny <bertrand.gouny@osixia.net>
5
5
6
6
# Tinc version
7
- ARG TINC_VERSION=1.1pre14
7
+ ARG TINC_VERSION=1.1pre15
8
8
9
9
# Download, build and install Tinc
10
10
RUN apt-get -y update \
11
11
&& LC_ALL=C DEBIAN_FRONTEND=noninteractive apt-get install -y --no-install-recommends \
12
12
ca-certificates \
13
13
curl \
14
14
gcc \
15
- libssl1.0.2 \
16
- libssl1.0 -dev \
15
+ libssl1.1 \
16
+ libssl -dev \
17
17
liblzo2-2 \
18
18
liblzo2-dev \
19
19
libncurses5 \
@@ -33,7 +33,7 @@ RUN apt-get -y update \
33
33
&& cd - \
34
34
&& mkdir -p /usr/local/var/run/ \
35
35
&& apt-get remove -y --purge --auto-remove ca-certificates curl gcc \
36
- libssl1.0 -dev liblzo2-dev libncurses5-dev libreadline-dev make pkg-config zlib1g-dev \
36
+ libssl -dev liblzo2-dev libncurses5-dev libreadline-dev make pkg-config zlib1g-dev \
37
37
&& rm -f tinc.tar.gz \
38
38
&& rm -rf /container/tinc-sources \
39
39
&& apt-get clean \
You can’t perform that action at this time.
0 commit comments