From 0762e79a04072c7f0bbdc16655d818aa4c765e95 Mon Sep 17 00:00:00 2001 From: Miguel Jacq Date: Wed, 21 Jan 2026 16:10:59 +1100 Subject: [PATCH] SQLCipher 4.13.0 --- Dockerfile | 2 +- action.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Dockerfile b/Dockerfile index 50443a5..48f9662 100644 --- a/Dockerfile +++ b/Dockerfile @@ -5,7 +5,7 @@ FROM ${BASE_IMAGE} AS build ARG DEBIAN_FRONTEND=noninteractive ARG TZ=UTC ARG PHP_VER=8.2 -ARG SQLCIPHER_VERSION=4.12.0 +ARG SQLCIPHER_VERSION=4.13.0 ENV TZ=${TZ} PHP_VER=${PHP_VER} SQLCIPHER_VERSION=${SQLCIPHER_VERSION} diff --git a/action.yml b/action.yml index d0280bc..a0b6e10 100644 --- a/action.yml +++ b/action.yml @@ -7,7 +7,7 @@ inputs: default: '8.2' sqlcipher-version: description: SQLCipher tag (without the leading v) - default: '4.12.0' + default: '4.13.0' tz: description: Timezone default: 'UTC'