diff --git a/CHANGELOG.md b/CHANGELOG.md index 4b25d9e..0464401 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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). +## [0.5.0] - 2024-10-11 + +### Changed + +- s6-overlay updated to 3.2.0.2 + ## [0.4.1] - 2024-07-31 ### Fixed diff --git a/Dockerfile b/Dockerfile index 57c3f89..e53e31e 100644 --- a/Dockerfile +++ b/Dockerfile @@ -18,7 +18,7 @@ ENV \ ARG TARGETARCH ARG TARGETVARIANT # Lock this version -ARG S6_OVERLAY_VERSION=3.2.0.0 +ARG S6_OVERLAY_VERSION=3.2.0.2 RUN set -eux \ && echo "Installing build time packages" \