4.1 tiempos

This commit is contained in:
Rodolfo Berrios
2024-03-26 14:14:49 -03:00
parent a3c8380677
commit dfa54a79da
3 changed files with 4 additions and 3 deletions

View File

@@ -32,7 +32,7 @@ RUN echo "sendmail_path=/usr/sbin/sendmail -t -i" >> /usr/local/etc/php/conf.d/s
RUN rm -rf /var/lib/apt/lists/*
ARG VERSION=4.0
ARG VERSION=4.1
ARG SERVICING=docker
ENV CHEVERETO_DB_HOST=mariadb \

View File

@@ -17,7 +17,7 @@ ifneq ("$(wildcard ${ENV_FILE})","")
endif
SOURCE ?= ~/git/chevereto/v4
TARGET ?= default# default|dev
VERSION ?= 4.0
VERSION ?= 4.1
PHP ?= 8.2
EDITION ?= $(shell [ "${CHEVERETO_LICENSE_KEY}" = "" ] && echo free || echo pro)
DOCKER_USER ?= www-data

View File

@@ -4,7 +4,8 @@
<img alt="Chevereto" src="chevereto.svg" width="100%">
[![Community](https://img.shields.io/badge/chv.to-community-blue?style=flat-square)](https://chv.to/community)
[![Community](https://img.shields.io/badge/chevereto-community-blue?style=flat-square)](https://chevereto.com/community)
[![Discord](https://img.shields.io/badge/chevereto-discord-5865F2?style=flat-square)](https://chevereto.com/go/discord)
Dockerfile driven template project for building images and manage containers for Chevereto V4 projects.