Skip to content

Commit

Permalink
Merge branch 'release/0.6.0'
Browse files Browse the repository at this point in the history
  • Loading branch information
stumpylog committed Dec 9, 2024
2 parents 3334840 + f84bb3b commit dab8e84
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 3 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,13 @@ All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.1.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## [0.6.0] - 2024-12-09

### Changed

- Base image updated to Alpine 3.21 [#11](https://github.com/stumpylog/tailscale-dns-container/pull/11)
- Small documentation updates [#12](https://github.com/stumpylog/tailscale-dns-container/pull/12)

## [0.5.0] - 2024-10-11

### Changed
Expand Down
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
# Purpose: Installs s6-overlay and rootfs
# Comments:
# - Don't leave anything extra in here either
FROM docker.io/alpine:3.20 AS s6-overlay-base
FROM docker.io/alpine:3.21 AS s6-overlay-base

WORKDIR /usr/src/s6

Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Tailscale DNS Container

This is a dead simple container designed containing dnsmasq from
This is a dead simple container containing dnsmasq from
Alpine Linux, designed to run connected to your Tailnet and
provide more control over DNS requests.

Expand Down
2 changes: 1 addition & 1 deletion docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ services:
TS_USERSPACE: "true"
restart: unless-stopped
tailscale-dns:
image: ghcr.io/stumpylog/tailscale-dns-container:main
image: ghcr.io/stumpylog/tailscale-dns-container:latest
network_mode: "service:tailscale"
container_name: tailscale-dns
restart: unless-stopped
Expand Down

0 comments on commit dab8e84

Please sign in to comment.