From dfa54a79da3fa8e83bdf7549ff85cbed0157211f Mon Sep 17 00:00:00 2001 From: Rodolfo Berrios <20590102+rodber@users.noreply.github.com> Date: Tue, 26 Mar 2024 14:14:49 -0300 Subject: [PATCH] 4.1 tiempos --- Dockerfile | 2 +- Makefile | 2 +- README.md | 3 ++- 3 files changed, 4 insertions(+), 3 deletions(-) diff --git a/Dockerfile b/Dockerfile index 18ea3fd..cb83c27 100644 --- a/Dockerfile +++ b/Dockerfile @@ -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 \ diff --git a/Makefile b/Makefile index 73a7cf6..ee8491b 100644 --- a/Makefile +++ b/Makefile @@ -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 diff --git a/README.md b/README.md index 6e893fa..7505aa9 100644 --- a/README.md +++ b/README.md @@ -4,7 +4,8 @@ Chevereto -[![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.