Skip to content

Commit ecf00d9

Browse files
chore(deps): update ghcr.io/trueforge-org/nginx:1.24.0 docker digest digest to db8a17d (#1913)
This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [ghcr.io/trueforge-org/nginx](https://ghcr.io/trueforge-org/nginx) ([source](https://hub.docker.com/_/nginx)) | final | digest | `a48804e` → `db8a17d` | --- ### Configuration 📅 **Schedule**: (UTC) - Branch creation - At any time (no schedule defined) - Automerge - At any time (no schedule defined) 🚦 **Automerge**: Enabled. ♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox. 🔕 **Ignore**: Close this PR and you won't be reminded about this update again. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- This PR has been generated by [Renovate Bot](https://redirect.github.com/renovatebot/renovate). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0My4xMzAuMSIsInVwZGF0ZWRJblZlciI6IjQzLjEzMC4xIiwidGFyZ2V0QnJhbmNoIjoibWFpbiIsImxhYmVscyI6WyJhcHAvdGhlbWUtcGFyayIsImF1dG9tZXJnZSIsInJlbm92YXRlL2NvbnRhaW5lciIsInR5cGUvZGlnZXN0Il19-->
1 parent 4901ce8 commit ecf00d9

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

apps/it-tools/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ RUN npm install -g corepack@latest \
1212
&& pnpm install --prefer-offline \
1313
&& pnpm build
1414

15-
FROM ghcr.io/trueforge-org/nginx:1.24.0@sha256:a48804e1c6f6c84bbc1302031569a3cfe3cf9860d44503f028e9d22d8624420f
15+
FROM ghcr.io/trueforge-org/nginx:1.24.0@sha256:db8a17d268c9008c3fdc6dc977de004fbf152950abaf4c52ddc207b1cdb85a61
1616
USER root
1717
COPY --from=builder --chown=568:568 /tmp/dist/ /usr/share/nginx/html
1818

apps/theme-park/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ RUN set -eux; \
2020
grep -rl 'https://theme-park.dev' . | xargs sed -i 's|https\://theme-park.dev||g'
2121

2222
# Nginx stage
23-
FROM ghcr.io/trueforge-org/nginx:1.24.0@sha256:a48804e1c6f6c84bbc1302031569a3cfe3cf9860d44503f028e9d22d8624420f
23+
FROM ghcr.io/trueforge-org/nginx:1.24.0@sha256:db8a17d268c9008c3fdc6dc977de004fbf152950abaf4c52ddc207b1cdb85a61
2424
ENV NGINX_ENTRYPOINT_WORKER_PROCESSES_AUTOTUNE=1
2525

2626
USER root

0 commit comments

Comments
 (0)