mirror of
https://github.com/shlinkio/shlink.git
synced 2026-03-10 17:23:12 +08:00
Update docker images to Alpine 3.22
This commit is contained in:
@@ -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*
|
||||
|
||||
@@ -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}
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
FROM php:8.4-fpm-alpine3.21
|
||||
FROM php:8.4-fpm-alpine3.22
|
||||
MAINTAINER Alejandro Celaya <alejandro@alejandrocelaya.com>
|
||||
|
||||
ENV APCU_VERSION='5.1.24'
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
FROM php:8.4-alpine3.21
|
||||
FROM php:8.4-alpine3.22
|
||||
MAINTAINER Alejandro Celaya <alejandro@alejandrocelaya.com>
|
||||
|
||||
ENV PDO_SQLSRV_VERSION='5.12.0'
|
||||
|
||||
Reference in New Issue
Block a user