mirror of
https://github.com/the-djmaze/snappymail.git
synced 2024-11-10 09:02:45 +08:00
docker hub php83 fails, trying php82
This commit is contained in:
parent
f96bb39204
commit
9ebfa94fec
1 changed files with 2 additions and 2 deletions
|
@ -1,7 +1,7 @@
|
|||
# syntax=docker/dockerfile:1
|
||||
|
||||
FROM alpine:3.18.5 AS builder
|
||||
RUN apk add --no-cache php83 php83-json php-phar php-zip
|
||||
RUN apk add --no-cache php82 php82-json php-phar php-zip
|
||||
RUN apk add --no-cache npm
|
||||
RUN npm install -g gulp yarn
|
||||
WORKDIR /source
|
||||
|
@ -23,7 +23,7 @@ RUN set -eux; \
|
|||
rm -v /snappymail/README.md /snappymail/_include.php
|
||||
|
||||
# Inspired by the original Rainloop dockerfile from youtous on GitLab
|
||||
FROM php:8.3-fpm-alpine AS final
|
||||
FROM php:8.2-fpm-alpine AS final
|
||||
|
||||
LABEL org.label-schema.description="SnappyMail webmail client image using nginx, php-fpm on Alpine"
|
||||
|
||||
|
|
Loading…
Reference in a new issue