Skip to content

Commit de36449

Browse files
chore(deps): Bump the all-npm-version-updates group across 2 directories with 3 updates (#2653)
Bumps the all-npm-version-updates group with 1 update in the /demo/db directory: postgis/postgis. Bumps the all-npm-version-updates group with 2 updates in the /demo/frontend directory: node and nginx. Updates `postgis/postgis` from `0544d3f` to `9f9303f` Updates `node` from `5209bca` to `cf38e1f` Updates `nginx` from `f46cb72` to `e7257f1` Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting `@dependabot rebase`. [//]: # (dependabot-automerge-start) [//]: # (dependabot-automerge-end) --- <details> <summary>Dependabot commands and options</summary> <br /> You can trigger Dependabot actions by commenting on this PR: - `@dependabot rebase` will rebase this PR - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it - `@dependabot show <dependency name> ignore conditions` will show all of the ignore conditions of the specified dependency - `@dependabot ignore <dependency name> major version` will close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself) - `@dependabot ignore <dependency name> minor version` will close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself) - `@dependabot ignore <dependency name>` will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself) - `@dependabot unignore <dependency name>` will remove all of the ignore conditions of the specified dependency - `@dependabot unignore <dependency name> <ignore condition>` will remove the ignore condition of the specified dependency and ignore conditions </details> Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent f76c8c6 commit de36449

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

demo/db/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM postgis/postgis:18-3.6@sha256:0544d3f21f1e069f8ed506bfdaf44b5bed8a1c317614dc7df2ac6c0f6f911ccd
1+
FROM postgis/postgis:18-3.6@sha256:9f9303f925b5da02c8b614a01b606041e863d001e415a098808002012fde0883
22

33
RUN set -x \
44
&& apt-get update \

demo/frontend/Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM node:alpine@sha256:5209bcaca9836eb3448b650396213dbe9d9a34d31840c2ae1f206cb2986a8543 AS builder
1+
FROM node:alpine@sha256:cf38e1f3c28ac9d81cdc0c51d8220320b3b618780e44ef96a39f76f7dbfef023 AS builder
22

33
WORKDIR /usr/src/app
44

@@ -9,6 +9,6 @@ RUN yarn install
99
COPY . .
1010
RUN yarn run build
1111

12-
FROM nginx:alpine@sha256:f46cb72c7df02710e693e863a983ac42f6a9579058a59a35f1ae36c9958e4ce0
12+
FROM nginx:alpine@sha256:e7257f1ef28ba17cf7c248cb8ccf6f0c6e0228ab9c315c152f9c203cd34cf6d1
1313
COPY nginx.conf /etc/nginx/nginx.conf
1414
COPY --from=builder /usr/src/app/dist /usr/share/nginx/html

0 commit comments

Comments
 (0)