Skip to content

Commit

Permalink
Update all dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] committed May 15, 2024
1 parent 91ae305 commit b71f56f
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 @@ -15,7 +15,7 @@ name: Build/Push Image and Release Charts
permissions: read-all
jobs:
setenv:
uses: ortelius/workflow-toolkit/.github/workflows/env-config-workflow.yml@1cb1edcf1e03201e394adaae311207f0777098ad
uses: ortelius/workflow-toolkit/.github/workflows/env-config-workflow.yml@121425315fd0bc6fda031fdee0e3554aec6814ca
with:
gh_head_ref: ${{ github.head_ref }}
gh_ref_name: ${{ github.ref_name }}
Expand All @@ -27,7 +27,7 @@ jobs:
permissions:
id-token: write
contents: write
uses: ortelius/workflow-toolkit/.github/workflows/container-release-workflow.yml@1cb1edcf1e03201e394adaae311207f0777098ad
uses: ortelius/workflow-toolkit/.github/workflows/container-release-workflow.yml@121425315fd0bc6fda031fdee0e3554aec6814ca
needs: setenv
with:
gh_repository_owner: ${{ github.repository_owner }}
Expand All @@ -44,7 +44,7 @@ jobs:
permissions:
security-events: write
statuses: write
uses: ortelius/workflow-toolkit/.github/workflows/trivy-scan-workflow.yml@1cb1edcf1e03201e394adaae311207f0777098ad
uses: ortelius/workflow-toolkit/.github/workflows/trivy-scan-workflow.yml@121425315fd0bc6fda031fdee0e3554aec6814ca
needs:
- setenv
- release
Expand All @@ -56,7 +56,7 @@ jobs:
helm:
permissions:
contents: write
uses: ortelius/workflow-toolkit/.github/workflows/helm-release-workflow.yml@1cb1edcf1e03201e394adaae311207f0777098ad
uses: ortelius/workflow-toolkit/.github/workflows/helm-release-workflow.yml@121425315fd0bc6fda031fdee0e3554aec6814ca
needs:
- setenv
- release
Expand All @@ -76,7 +76,7 @@ jobs:
GPG_KEY: ${{ secrets.GPG_KEY }}
gh_token: ${{ secrets.HELM_INDEXER_TOKEN }}
sbom:
uses: ortelius/workflow-toolkit/.github/workflows/sbom-generation-workflow.yml@1cb1edcf1e03201e394adaae311207f0777098ad
uses: ortelius/workflow-toolkit/.github/workflows/sbom-generation-workflow.yml@121425315fd0bc6fda031fdee0e3554aec6814ca
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:d36bdbff6a1a6e4bdb2a09dbd962457948b8cd1f4b2c1952a72cc235697a27a1 AS builder
FROM cgr.dev/chainguard/python:latest-dev@sha256:56dd0b0c50f9cc8a6c9b849e085292282dda31f94a9cd57afcc887a5bdf9bd15 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:a4c167ce35fdf4b7edb33084709f5d29906e3326e9cf13d1809ec032c847fad6
FROM cgr.dev/chainguard/python:latest@sha256:eaa989994ef8392fd199e3b7682953edff50a4b6e215ac075c9cf896ac0516a3
USER nonroot
ENV DB_HOST localhost
ENV DB_NAME postgres
Expand Down

0 comments on commit b71f56f

Please sign in to comment.