Compare commits

..

3 Commits

Author SHA1 Message Date
Markus Opolka
b19d599e78 Upgrading to LTS Version 5.6.45+231114 2023-11-22 07:59:37 +01:00
Markus Opolka
98db5c64e9 Merge pull request #177 from edgarrmondragon/bump-php
Bump PHP to 8.1 in 6.x images
2023-11-15 16:31:01 +01:00
Edgar Ramírez Mondragón
cf6a81b1f0 Use PHP 8.1 2023-11-10 10:07:03 -06:00
6 changed files with 9 additions and 9 deletions

View File

@@ -81,8 +81,8 @@ RUN a2enmod headers rewrite remoteip; \
# Use the default production configuration
RUN mv "$PHP_INI_DIR/php.ini-production" "$PHP_INI_DIR/php.ini"
ARG version="5.6.44+231107"
ARG sha256_checksum="f4ea06226d87d5a3cdbe7b72f998416b15d094a25db4430371c5fca57ac14113"
ARG version="5.6.45+231114"
ARG sha256_checksum="198c3da269b422f0762fb9ff96e0e52e8c528660bb14b0402738dc6b1e76415f"
ARG archive_url="https://github.com/LimeSurvey/LimeSurvey/archive/refs/tags/${version}.tar.gz"
ARG USER=www-data
ARG LISTEN_PORT=8080

View File

@@ -51,8 +51,8 @@ RUN set -ex; \
apk add --no-cache --no-network --virtual .limesurvey-phpext-rundeps $runDeps; \
apk del --no-cache --no-network .build-deps
ARG version="5.6.44+231107"
ARG sha256_checksum="f4ea06226d87d5a3cdbe7b72f998416b15d094a25db4430371c5fca57ac14113"
ARG version="5.6.45+231114"
ARG sha256_checksum="198c3da269b422f0762fb9ff96e0e52e8c528660bb14b0402738dc6b1e76415f"
ARG archive_url="https://github.com/LimeSurvey/LimeSurvey/archive/refs/tags/${version}.tar.gz"
ARG USER=www-data
ENV LIMESURVEY_VERSION=$version

View File

@@ -68,8 +68,8 @@ RUN set -ex; \
apt-get purge -y --auto-remove -o APT::AutoRemove::RecommendsImportant=false; \
rm -rf /var/lib/apt/lists/*
ARG version="5.6.44+231107"
ARG sha256_checksum="f4ea06226d87d5a3cdbe7b72f998416b15d094a25db4430371c5fca57ac14113"
ARG version="5.6.45+231114"
ARG sha256_checksum="198c3da269b422f0762fb9ff96e0e52e8c528660bb14b0402738dc6b1e76415f"
ARG archive_url="https://github.com/LimeSurvey/LimeSurvey/archive/refs/tags/${version}.tar.gz"
ARG USER=www-data
ENV LIMESURVEY_VERSION=$version

View File

@@ -1,4 +1,4 @@
FROM docker.io/php:8.0-apache
FROM docker.io/php:8.1-apache
LABEL maintainer="markus@martialblog.de"
# Install OS dependencies

View File

@@ -1,4 +1,4 @@
FROM docker.io/php:8.0-fpm-alpine
FROM docker.io/php:8.1-fpm-alpine
LABEL maintainer="markus@martialblog.de"
# Install OS dependencies

View File

@@ -1,4 +1,4 @@
FROM docker.io/php:8.0-fpm
FROM docker.io/php:8.1-fpm
LABEL maintainer="markus@martialblog.de"
# Install OS dependencies