Skip to content

Commit

Permalink
docker:(deps): bump node
Browse files Browse the repository at this point in the history
Bumps node from 22.2.0-bookworm-slim to 22.3.0-bookworm-slim.

---
updated-dependencies:
- dependency-name: node
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] committed Jun 20, 2024
1 parent 9b1d1df commit 1cf1f4b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@

# https://hub.docker.com/_/node/tags?page=1&name=bookworm-slim <- look for vulnerabilities
# https://github.com/primer/octicons/blob/main/package.json
FROM node:22.2.0-bookworm-slim AS deps
FROM node:22.3.0-bookworm-slim AS deps
# FROM arm32v7/node:22.2.0-bookworm-slim AS deps

RUN groupadd --system --gid 101 nginx \
Expand Down
2 changes: 1 addition & 1 deletion Dockerfile.connect
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM node:22.2.0-bookworm-slim AS deps
FROM node:22.3.0-bookworm-slim AS deps

WORKDIR /usr/app/src

Expand Down

0 comments on commit 1cf1f4b

Please sign in to comment.