Merge pull request #4142 from nextcloud/enh/noid/update-alpine

update all remaining images to alpine3.19
This commit is contained in:
Simon L 2024-02-01 13:15:05 +01:00 committed by GitHub
commit a74f50bcdb
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
7 changed files with 9 additions and 9 deletions

View file

@ -1,6 +1,6 @@
FROM caddy:2.7.6-alpine as caddy
FROM httpd:2.4.58-alpine3.18
FROM httpd:2.4.58-alpine3.19
COPY --from=caddy /usr/bin/caddy /usr/bin/caddy

View file

@ -1,4 +1,4 @@
FROM haproxy:2.9.0-alpine3.18
FROM haproxy:2.9.0-alpine3.19
# hadolint ignore=DL3002
USER root

View file

@ -1,6 +1,6 @@
FROM golang:1.21.6-alpine3.18 as go
FROM golang:1.21.6-alpine3.19 as go
ENV IMAGINARY_HASH 6cd9edd1d3fb151eb773c14552886e4fc8e50138
ENV IMAGINARY_HASH 6cd9edd1d3fb151eb773c14552886e4fc8e50138
RUN set -ex; \
apk add --no-cache \

View file

@ -4,8 +4,8 @@ FROM docker:24.0.7-cli as docker
# Caddy is a requirement
FROM caddy:2.7.6-alpine as caddy
# From https://github.com/docker-library/php/blob/master/8.2/alpine3.18/fpm/Dockerfile
FROM php:8.2.15-fpm-alpine3.18
# From https://github.com/docker-library/php/blob/master/8.2/alpine3.19/fpm/Dockerfile
FROM php:8.2.15-fpm-alpine3.19
EXPOSE 80
EXPOSE 8080

View file

@ -1,4 +1,4 @@
FROM php:8.1.27-fpm-alpine3.18
FROM php:8.1.27-fpm-alpine3.19
ENV PHP_MEMORY_LIMIT 512M
ENV PHP_UPLOAD_LIMIT 10G

View file

@ -1,4 +1,4 @@
FROM python:3.12.1-alpine3.18
FROM python:3.12.1-alpine3.19
COPY --chmod=775 start.sh /start.sh