Merge pull request #1383 from acelaya-forks/feature/fixes

Updated docker images to PHP 8.1.3
This commit is contained in:
Alejandro Celaya 2022-02-19 19:11:30 +01:00 committed by GitHub
commit 3e3d255edf
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
5 changed files with 21 additions and 4 deletions

View file

@ -4,6 +4,23 @@ 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]
### Added
* *Nothing*
### Changed
* [#1382](https://github.com/shlinkio/shlink/issues/1382) Updated docker image to PHP 8.1.3.
### Deprecated
* *Nothing*
### Removed
* *Nothing*
### Fixed
* [#1377](https://github.com/shlinkio/shlink/issues/1377) Fixed installer always setting delete threshold with value 1.
## [3.0.2] - 2022-02-10
### Added
* *Nothing*

View file

@ -1,4 +1,4 @@
FROM php:8.1.1-alpine3.15 as base
FROM php:8.1.3-alpine3.15 as base
ARG SHLINK_VERSION=latest
ENV SHLINK_VERSION ${SHLINK_VERSION}

View file

@ -51,7 +51,7 @@
"shlinkio/shlink-config": "^1.6",
"shlinkio/shlink-event-dispatcher": "^2.3",
"shlinkio/shlink-importer": "^2.5",
"shlinkio/shlink-installer": "^7.0.1",
"shlinkio/shlink-installer": "^7.0.2",
"shlinkio/shlink-ip-geolocation": "^2.2",
"symfony/console": "^6.0",
"symfony/filesystem": "^6.0",

View file

@ -1,4 +1,4 @@
FROM php:8.1.1-fpm-alpine3.15
FROM php:8.1.3-fpm-alpine3.15
MAINTAINER Alejandro Celaya <alejandro@alejandrocelaya.com>
ENV APCU_VERSION 5.1.21

View file

@ -1,4 +1,4 @@
FROM php:8.1.1-alpine3.15
FROM php:8.1.3-alpine3.15
MAINTAINER Alejandro Celaya <alejandro@alejandrocelaya.com>
ENV APCU_VERSION 5.1.21