Skip to content

Commit

Permalink
chore(deps): update digest dependencies (#3133)
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 Nov 26, 2024
1 parent ef2ac33 commit 7e3c8ff
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/security_semgrep.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ jobs:
name: Semgrep Analyze
runs-on: ubuntu-latest
container:
image: returntocorp/semgrep@sha256:9927548daa9013430d2c6c67e9513fc1b9e9e87003f6e914f95e54dcb567e800 # 1.47.0
image: returntocorp/semgrep@sha256:14e68d6c5e501b838d07b3f6effc2bf58faf343d9f62cefd1af0108dfe6291df # 1.47.0
steps:
- name: Checkout
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4
Expand Down
2 changes: 1 addition & 1 deletion frontend/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM oven/bun@sha256:96d2d37e50fcde2b6a37330e5970993afa639942c80501aca76fb1ff7ae993b0
FROM oven/bun@sha256:5cd53b21818ae19a2d77ea7c40759dcf19e2eed1a98df50ea102ba59d10a49a4
# hadolint ignore=DL3008
RUN apt-get update && apt-get -y --no-install-recommends install unzip && apt-get clean && rm -rf /var/lib/apt/lists/*
RUN useradd -ms /bin/bash app
Expand Down
2 changes: 1 addition & 1 deletion frontend/Dockerfile.azure
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# ---- Build Stage ----
# alpine
FROM oven/bun@sha256:96d2d37e50fcde2b6a37330e5970993afa639942c80501aca76fb1ff7ae993b0 as build
FROM oven/bun@sha256:5cd53b21818ae19a2d77ea7c40759dcf19e2eed1a98df50ea102ba59d10a49a4 as build
RUN apt-get update && apt-get -y install unzip=6.0-26+deb11u1 --no-install-recommends && apt-get clean && rm -rf /var/lib/apt/lists/*

WORKDIR /home/bun/app
Expand Down

0 comments on commit 7e3c8ff

Please sign in to comment.