From fe2b58237eb0cc8a70f0076d64400630d9fd4bc0 Mon Sep 17 00:00:00 2001 From: simatec Date: Thu, 25 Aug 2022 12:20:19 +0200 Subject: [PATCH] (simatec) update piler --- README.md | 4 ++++ config/piler-default.yml | 4 ++-- config/piler-ssl.yml | 4 ++-- 3 files changed, 8 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 11fa634..2d2a498 100644 --- a/README.md +++ b/README.md @@ -117,6 +117,10 @@ To leave the container on the console you have to execute 2x `exit`. ## Changelog +### 0.5.0 (25.08.2022) +* (simatec) update piler to 1.3.12 +* (simatec) update mariadb to 10.9.2 + ### 0.4.0 (20.04.2022) * (simatec) small fixes diff --git a/config/piler-default.yml b/config/piler-default.yml index b990855..ec5dbf5 100644 --- a/config/piler-default.yml +++ b/config/piler-default.yml @@ -2,7 +2,7 @@ version: "3" services: mysql: - image: mariadb:10.5 + image: mariadb:10.9.2 container_name: mysql_piler restart: unless-stopped cap_drop: @@ -36,7 +36,7 @@ services: command: -m 64 piler: - image: sutoj/piler:1.3.11 + image: sutoj/piler:1.3.12 container_name: piler restart: unless-stopped hostname: ${PILER_DOMAIN} diff --git a/config/piler-ssl.yml b/config/piler-ssl.yml index f529359..bbbd04d 100644 --- a/config/piler-ssl.yml +++ b/config/piler-ssl.yml @@ -23,7 +23,7 @@ services: environment: - DEFAULT_EMAIL=${LETSENCRYPT_EMAIL} mysql: - image: mariadb:10.5 + image: mariadb:10.9.2 container_name: mysql-piler restart: unless-stopped cap_drop: @@ -57,7 +57,7 @@ services: command: -m 64 piler: - image: sutoj/piler:1.3.11 + image: sutoj/piler:1.3.12 container_name: piler restart: unless-stopped expose: