Skip to content

Commit 21d0f07

Browse files
committed
Merge branch 'release-0.2.1' into stable
2 parents b2db2e6 + 81f48a0 commit 21d0f07

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
NAME = osixia/tinc
2-
VERSION = 0.2.0
2+
VERSION = 0.2.1
33

44
.PHONY: build build-nocache test tag-latest push push-latest release git-tag-version
55

image/Dockerfile

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -4,16 +4,16 @@ FROM osixia/light-baseimage:1.1.0
44
MAINTAINER Bertrand Gouny <bertrand.gouny@osixia.net>
55

66
# Tinc version
7-
ARG TINC_VERSION=1.1pre14
7+
ARG TINC_VERSION=1.1pre15
88

99
# Download, build and install Tinc
1010
RUN apt-get -y update \
1111
&& LC_ALL=C DEBIAN_FRONTEND=noninteractive apt-get install -y --no-install-recommends \
1212
ca-certificates \
1313
curl \
1414
gcc \
15-
libssl1.0.2 \
16-
libssl1.0-dev \
15+
libssl1.1 \
16+
libssl-dev \
1717
liblzo2-2 \
1818
liblzo2-dev \
1919
libncurses5 \
@@ -33,7 +33,7 @@ RUN apt-get -y update \
3333
&& cd - \
3434
&& mkdir -p /usr/local/var/run/ \
3535
&& 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 \
3737
&& rm -f tinc.tar.gz \
3838
&& rm -rf /container/tinc-sources \
3939
&& apt-get clean \

0 commit comments

Comments
 (0)