Skip to content

Commit

Permalink
Bump alpine from 3.20 to 3.21 (#11)
Browse files Browse the repository at this point in the history
* Bump alpine from 3.20 to 3.21

Bumps alpine from 3.20 to 3.21.

---
updated-dependencies:
- dependency-name: alpine
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>

* Adds changelog note

---------

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Trenton Holmes <[email protected]>
  • Loading branch information
dependabot[bot] and stumpylog authored Dec 9, 2024
1 parent 9560d80 commit b2613d6
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,12 @@ 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).

## [Unreleased]

### Changed

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

## [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

0 comments on commit b2613d6

Please sign in to comment.