From 2e91297d85092eb8efd1629383c88a8649576f6b Mon Sep 17 00:00:00 2001 From: Alejandro Celaya Date: Wed, 4 Mar 2026 17:41:26 +0100 Subject: [PATCH] Update docker images to Alpine 3.22 --- CHANGELOG.md | 3 ++- Dockerfile | 2 +- data/infra/php.Dockerfile | 2 +- data/infra/roadrunner.Dockerfile | 2 +- 4 files changed, 5 insertions(+), 4 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index d30af451..d2526a1e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,12 +4,13 @@ All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](https://keepachangelog.com), and this project adheres to [Semantic Versioning](https://semver.org). -## [Unreleased] +## [5.0.1] - 2026-03-04 ### Added * *Nothing* ### Changed * [#2573](https://github.com/shlinkio/shlink/issues/2573) Update to PHPUnit 13 +* [#2579](https://github.com/shlinkio/shlink/issues/2579) Update docker images to Alpine 3.22, to address [CVE-2025-15467](https://nvd.nist.gov/vuln/detail/CVE-2025-15467) ### Deprecated * *Nothing* diff --git a/Dockerfile b/Dockerfile index b75ec607..8f01d8f7 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,4 @@ -FROM php:8.4-alpine3.21 AS base +FROM php:8.4-alpine3.22 AS base ARG SHLINK_VERSION=latest ENV SHLINK_VERSION=${SHLINK_VERSION} diff --git a/data/infra/php.Dockerfile b/data/infra/php.Dockerfile index 652e1ace..4f487af1 100644 --- a/data/infra/php.Dockerfile +++ b/data/infra/php.Dockerfile @@ -1,4 +1,4 @@ -FROM php:8.4-fpm-alpine3.21 +FROM php:8.4-fpm-alpine3.22 MAINTAINER Alejandro Celaya ENV APCU_VERSION='5.1.24' diff --git a/data/infra/roadrunner.Dockerfile b/data/infra/roadrunner.Dockerfile index 8ef7e969..06f567f9 100644 --- a/data/infra/roadrunner.Dockerfile +++ b/data/infra/roadrunner.Dockerfile @@ -1,4 +1,4 @@ -FROM php:8.4-alpine3.21 +FROM php:8.4-alpine3.22 MAINTAINER Alejandro Celaya ENV PDO_SQLSRV_VERSION='5.12.0'