diff --git a/.github/workflows/docker.yml b/.github/workflows/docker.yml index 94b13a9d..838560a5 100644 --- a/.github/workflows/docker.yml +++ b/.github/workflows/docker.yml @@ -34,12 +34,12 @@ jobs: # multi-platform images and export cache # https://github.com/docker/setup-buildx-action - name: Set up Docker Buildx - uses: docker/setup-buildx-action@f95db51fddba0c2d1ec667646a06c2ce06100226 # v3.0.0 + uses: docker/setup-buildx-action@d70bba72b1f3fd22344832f00baa16ece964efeb # v3.3.0 # Login against a Docker registry # https://github.com/docker/login-action - name: Log into registry ${{ env.REGISTRY }} - uses: docker/login-action@343f7c4344506bcbf9b4de18042ae17996df046d # v3.0.0 + uses: docker/login-action@0d4c9c5ea7693da7b068278f7b52bda2a190a446 # v3.2.0 with: registry: ${{ env.REGISTRY }} username: ${{ github.actor }} @@ -54,7 +54,7 @@ jobs: # https://github.com/docker/metadata-action - name: Extract Docker metadata id: meta - uses: docker/metadata-action@96383f45573cb7f253c731d3b3ab81c87ef81934 # v5.0.0 + uses: docker/metadata-action@8e5442c4ef9f78752691e2d8f8d19755c6f78e81 # v5.5.1 with: images: ${{ env.REGISTRY }}/${{ env.IMAGE_NAME }} tags: | diff --git a/app/Application.php b/app/Application.php index 0e4eb239..a7b7baaf 100644 --- a/app/Application.php +++ b/app/Application.php @@ -6,7 +6,7 @@ class Application extends \Hyde\Foundation\Application { - final public const APP_VERSION = '0.10.9'; + final public const APP_VERSION = '0.10.10'; public function getCachedPackagesPath(): string { diff --git a/builds/hyde b/builds/hyde index 858c64f7..47303afb 100755 Binary files a/builds/hyde and b/builds/hyde differ diff --git a/builds/hyde.sig b/builds/hyde.sig index 099d838b..d6cea078 100644 Binary files a/builds/hyde.sig and b/builds/hyde.sig differ diff --git a/builds/signature.bin b/builds/signature.bin index 1b8e80be..f4d39aa1 100644 Binary files a/builds/signature.bin and b/builds/signature.bin differ