diff --git a/.github/workflows/docker.yml b/.github/workflows/docker.yml index 6a6ed7b..a432766 100644 --- a/.github/workflows/docker.yml +++ b/.github/workflows/docker.yml @@ -7,8 +7,8 @@ on: - main env: - OLS_VERSION: 1.7.19 - PHP_STABLE_VERSION: '8.3.2' + OLS_VERSION: '1.7.19' + PHP_STABLE_VERSION: '8.3.3' NODE_STABLE_VERSION: '20' REGISTRY: ghcr.io @@ -21,8 +21,8 @@ jobs: PHP_VERSION: - '8.0.30' - '8.1.27' - - '8.2.15' - - '8.3.2' + - '8.2.16' + - '8.3.3' NODE_VERSION: - '16' - '18' @@ -212,7 +212,7 @@ jobs: # https://github.com/marketplace/actions/create-release - name: Create Release - uses: ncipollo/release-action@v1.13.0 + uses: ncipollo/release-action@v1.14.0 if: github.event_name == 'push' with: name: ${{ steps.release-name.outputs.RELEASE_NAME }} diff --git a/.github/workflows/test-builds.yml b/.github/workflows/test-builds.yml index c3566cf..341cc5e 100644 --- a/.github/workflows/test-builds.yml +++ b/.github/workflows/test-builds.yml @@ -7,8 +7,8 @@ on: - develop env: - OLS_VERSION: 1.7.19 - PHP_STABLE_VERSION: '8.3.2' + OLS_VERSION: '1.7.19' + PHP_STABLE_VERSION: '8.3.3' NODE_STABLE_VERSION: '20' REGISTRY: ghcr.io @@ -19,12 +19,10 @@ jobs: fail-fast: false matrix: PHP_VERSION: - - '8.0.30' - '8.1.27' - - '8.2.15' - - '8.3.2' + - '8.2.16' + - '8.3.3' NODE_VERSION: - - '16' - '18' - '20' diff --git a/template/config-build-env.sh b/template/config-build-env.sh index 0fc2f53..a160f84 100755 --- a/template/config-build-env.sh +++ b/template/config-build-env.sh @@ -15,7 +15,7 @@ PACKAGES_INSTALLED_LOG="/tmp/packages.lst" SETUP_PACKAGES="ca-certificates cron tzdata pkg-config git curl wget" ## Run time dependencies ## -RUN_PACKAGES="ca-certificates cron tzdata pkg-config git curl wget openssl mariadb-client libgssapi-krb5-2 libkrb5-3 libexpat1 libxml2 libargon2-1 libenchant-2-2 libpng16-16 libwebp6 libjpeg62-turbo libxpm4 libfreetype6 libonig5 libsodium23 libxslt1.1 libzip4 libzstd1 liblz4-1 libcurl4 imagemagick libc-client2007e libmemcached11 libdbd-freetds freetds-bin procps libatomic1 net-tools less libjpeg-turbo-progs optipng gifsicle zip unzip libyajl2 libpcre2-posix2 libpcre++0v5 liblmdb0 libgeoip1 ruby-full gnupg2 nodejs yarn mmdb-bin lua-mmdb brotli libbrotli1 liblua5.2-0 lua5.2 ssdeep libldap-2.4-2 libldap-common libssh2-1 libsasl2-2 libsasl2-modules libsasl2-modules-db libnghttp2-14 libpsl5 librtmp1 publicsuffix" +RUN_PACKAGES="ca-certificates cron tzdata pkg-config git curl wget openssl mariadb-client libgssapi-krb5-2 libkrb5-3 libexpat1 libxml2 libargon2-1 libenchant-2-2 libpng16-16 libwebp6 libjpeg62-turbo libxpm4 libfreetype6 libonig5 libsodium23 libxslt1.1 libzip4 libzstd1 liblz4-1 libcurl4 imagemagick libc-client2007e libmemcached11 libdbd-freetds freetds-bin procps libatomic1 net-tools less libjpeg-turbo-progs optipng gifsicle zip unzip libyajl2 libpcre2-posix2 libpcre++0v5 liblmdb0 libgeoip1 ruby-full gnupg2 nodejs yarn mmdb-bin lua-mmdb brotli libbrotli1 liblua5.2-0 lua5.2 ssdeep libldap-2.4-2 libldap-common libssh2-1 libsasl2-2 libsasl2-modules libsasl2-modules-db libnghttp2-14 libpsl5 librtmp1 publicsuffix webp" ## Build time dependencies ##