diff --git a/CHANGELOG.md b/CHANGELOG.md index aee257a..c7942f6 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,11 @@ 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.0.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). +## [3.12.0] - 2024-01-03 + +### Changed + - Upgrade Alpine to 3.16 + ## [3.11.0] - 2023-12-11 ### Added diff --git a/lite/Dockerfile b/lite/Dockerfile index 9afc762..5acd334 100644 --- a/lite/Dockerfile +++ b/lite/Dockerfile @@ -1,4 +1,4 @@ -FROM alpine:3.15 +FROM alpine:3.16 ENV LANG C.UTF-8 RUN apk update