Skip to content

Commit

Permalink
Release 3.4.2 - See CHANGELOG.md
Browse files Browse the repository at this point in the history
  • Loading branch information
tiredofit committed Jan 23, 2024
1 parent 5fb5e1e commit a5e911b
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 1 deletion.
9 changes: 9 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,12 @@
## 3.4.2 2024-01-23 <dave at tiredofit dot ca>

### Added
- Tinc commit 7eeb29220a73ab9c5367f652873042f8a81c6cef

### Changed
- Cleanup package size


## 3.4.1 2023-12-08 <dave at tiredofit dot ca>

### Added
Expand Down
3 changes: 2 additions & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
FROM docker.io/tiredofit/alpine:3.19
LABEL maintainer="Dave Conroy (github.com/tiredofit)"

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

0 comments on commit a5e911b

Please sign in to comment.