Skip to content

Commit a5e911b

Browse files
committed
Release 3.4.2 - See CHANGELOG.md
1 parent 5fb5e1e commit a5e911b

File tree

2 files changed

+11
-1
lines changed

2 files changed

+11
-1
lines changed

CHANGELOG.md

+9
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,12 @@
1+
## 3.4.2 2024-01-23 <dave at tiredofit dot ca>
2+
3+
### Added
4+
- Tinc commit 7eeb29220a73ab9c5367f652873042f8a81c6cef
5+
6+
### Changed
7+
- Cleanup package size
8+
9+
110
## 3.4.1 2023-12-08 <dave at tiredofit dot ca>
211

312
### Added

Dockerfile

+2-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
FROM docker.io/tiredofit/alpine:3.19
22
LABEL maintainer="Dave Conroy (github.com/tiredofit)"
33

4-
ENV TINC_VERSION=latest \
4+
ENV TINC_VERSION=7eeb29220a73ab9c5367f652873042f8a81c6cef \
55
CONTAINER_ENABLE_MESSAGING=FALSE \
66
IMAGE_NAME="tiredofit/tinc" \
77
IMAGE_REPO_URL="https://github.com/tiredofit/docker-tinc/"
@@ -49,6 +49,7 @@ RUN source /assets/functions/00-container && \
4949
meson compile -C builddir && \
5050
meson install -C builddir && \
5151
package remove .tinc-build-deps && \
52+
package cleanup && \
5253
mkdir -p /var/log/tinc && \
5354
rm -rf /etc/logrotate.d/* \
5455
rm -rf /usr/src/*

0 commit comments

Comments
 (0)