From 4423983471cb0af9412e7e79164a75448a1973fb Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 11 Feb 2025 02:03:10 +0000 Subject: [PATCH] chore(deps): update digest dependencies (#3444) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- .github/actions/tf-apply/action.yaml | 2 +- frontend/Dockerfile | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/actions/tf-apply/action.yaml b/.github/actions/tf-apply/action.yaml index a32d6bbb92..d066eedd3a 100644 --- a/.github/actions/tf-apply/action.yaml +++ b/.github/actions/tf-apply/action.yaml @@ -71,7 +71,7 @@ runs: - name: Twingate Connect if: ${{ inputs.twingate_service_key != '' }} # Corrected syntax with a colon after the condition - uses: twingate/github-action@5b0cf3702f5da691303c8e31626b0ef48b880278 + uses: twingate/github-action@6f98a673231e7e838c4a975ac2b1a0788657478c with: service-key: ${{ inputs.twingate_service_key }} diff --git a/frontend/Dockerfile b/frontend/Dockerfile index 2939555a48..6d11539451 100644 --- a/frontend/Dockerfile +++ b/frontend/Dockerfile @@ -1,4 +1,4 @@ -FROM oven/bun@sha256:e68d616e9b4b689d57dd51c11b3dab3fd003330f7b7c59e1745cdc542a666d91 +FROM oven/bun@sha256:5ba9a68692e9fd7aa435a79b2597f8211fbef2c6b0bed0ce9c9293c98fef5848 # hadolint ignore=DL3008 RUN apt-get update && apt-get -y --no-install-recommends install unzip && apt-get clean && rm -rf /var/lib/apt/lists/*