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'