1
0
mirror of synced 2025-12-13 11:22:16 +01:00

Compare commits

...

3 Commits

Author SHA1 Message Date
d-two
f5a3844da5 Update Dockerfile 2024-03-22 08:06:54 +01:00
d-two
e5e6fc5480 Update Baikal to 0.9.5 2024-03-22 08:03:14 +01:00
d-two
bb294402ca Update Baikal to 0.9.5 2024-03-22 08:02:51 +01:00
2 changed files with 16 additions and 16 deletions

View File

@@ -5,26 +5,26 @@ FROM ${BUILD_FROM}
# Set shell
SHELL ["/bin/bash", "-o", "pipefail", "-c"]
ENV VERSION 0.9.3
ENV VERSION 0.9.5
# Setup base
# hadolint ignore=DL3003
RUN \
apk add --no-cache \
nginx=1.22.1-r0 \
php8-curl=8.0.26-r0 \
php8-fpm=8.0.26-r0 \
php8-mbstring=8.0.26-r0 \
php8-xml=8.0.26-r0 \
php8=8.0.26-r0 \
php8-sqlite3=8.0.26-r0 \
php8-pdo=8.0.26-r0 \
php8-pdo_mysql=8.0.26-r0 \
php8-pdo_sqlite=8.0.26-r0 \
php8-session=8.0.26-r0 \
php8-dom=8.0.26-r0 \
php8-xmlreader=8.0.26-r0 \
php8-xmlwriter=8.0.26-r0 \
nginx \
php8-curl \
php8-fpm \
php8-mbstring \
php8-xml \
php8 \
php8-sqlite3 \
php8-pdo \
php8-pdo_mysql \
php8-pdo_sqlite \
php8-session \
php8-dom \
php8-xmlreader \
php8-xmlwriter \
\
&& curl -Ls "https://github.com/sabre-io/Baikal/releases/download/$VERSION/baikal-$VERSION.zip" -o baikal-$VERSION.zip \
&& unzip -q baikal-$VERSION.zip -d /var/www/ \

View File

@@ -1,7 +1,7 @@
---
name: Baikal
slug: baikal
version: 0.9.3
version: 0.9.5
description: Baikal is a Cal and CardDAV server, based on sabre/dav, that includes an administrative interface for easy management.
url: https://github.com/d-two/hassio-addons
startup: application