Skip to content

Commit

Permalink
Update all dependencies (#228)
Browse files Browse the repository at this point in the history
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] authored Jan 30, 2024
1 parent 918a47f commit 03269e6
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/build-push-chart.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ name: Build/Push Image and Release Charts
permissions: read-all
jobs:
setenv:
uses: ortelius/workflow-toolkit/.github/workflows/env-config-workflow.yml@f2ec0101420bd1f0751d103c943615a72688b14a
uses: ortelius/workflow-toolkit/.github/workflows/env-config-workflow.yml@f414c8dc2c8ab29ea73f9d215d5c9da899468ffe
with:
gh_head_ref: ${{ github.head_ref }}
gh_ref_name: ${{ github.ref_name }}
Expand All @@ -22,7 +22,7 @@ jobs:
gh_repo: ${{ github.repository }}
gh_run_number: ${{ github.run_number }}
release:
uses: ortelius/workflow-toolkit/.github/workflows/container-release-workflow.yml@f2ec0101420bd1f0751d103c943615a72688b14a
uses: ortelius/workflow-toolkit/.github/workflows/container-release-workflow.yml@f414c8dc2c8ab29ea73f9d215d5c9da899468ffe
needs: setenv
with:
gh_repository_owner: ${{ github.repository_owner }}
Expand All @@ -39,7 +39,7 @@ jobs:
permissions:
security-events: write
statuses: write
uses: ortelius/workflow-toolkit/.github/workflows/trivy-scan-workflow.yml@f2ec0101420bd1f0751d103c943615a72688b14a
uses: ortelius/workflow-toolkit/.github/workflows/trivy-scan-workflow.yml@f414c8dc2c8ab29ea73f9d215d5c9da899468ffe
needs:
- setenv
- release
Expand All @@ -51,7 +51,7 @@ jobs:
helm:
permissions:
contents: write
uses: ortelius/workflow-toolkit/.github/workflows/helm-release-workflow.yml@f2ec0101420bd1f0751d103c943615a72688b14a
uses: ortelius/workflow-toolkit/.github/workflows/helm-release-workflow.yml@f414c8dc2c8ab29ea73f9d215d5c9da899468ffe
needs:
- setenv
- release
Expand All @@ -71,7 +71,7 @@ jobs:
GPG_KEY: ${{ secrets.GPG_KEY }}
gh_token: ${{ secrets.HELM_INDEXER_TOKEN }}
sbom:
uses: ortelius/workflow-toolkit/.github/workflows/sbom-generation-workflow.yml@f2ec0101420bd1f0751d103c943615a72688b14a
uses: ortelius/workflow-toolkit/.github/workflows/sbom-generation-workflow.yml@f414c8dc2c8ab29ea73f9d215d5c9da899468ffe
needs:
- setenv
- release
Expand Down
4 changes: 2 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM cgr.dev/chainguard/python:latest-dev@sha256:80e9bf37c59c9ac927491f4933e4d5c414028a42a5ba4240f8a5af01136b35df AS builder
FROM cgr.dev/chainguard/python:latest-dev@sha256:1a8bc4369d7fd3832c05042526f5016d2f9ada8430c2edb7989b42283cb50305 AS builder

#force build

Expand All @@ -7,7 +7,7 @@ COPY . /app
WORKDIR /app
RUN python -m pip install --no-cache-dir -r requirements.txt --require-hashes --no-warn-script-location;

FROM cgr.dev/chainguard/python:latest@sha256:4cd9986c4e8c6c5f091a46f38f19b212e0f46a21e8e6e540596f266a123781c2
FROM cgr.dev/chainguard/python:latest@sha256:3938b12f0756715f6ee7c0a27dd9ef2763bcd2dfff2673c17761eaa3c2cb1b84
USER nonroot
ENV DB_HOST localhost
ENV DB_NAME postgres
Expand Down

0 comments on commit 03269e6

Please sign in to comment.