Skip to content

Commit

Permalink
Bump node from 20.5 to 20.6 in /config/docker (#458)
Browse files Browse the repository at this point in the history
Bumps node from 20.5 to 20.6.

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

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Sep 10, 2023
1 parent 406ac8e commit 7011fb2
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion config/docker/Dockerfile.node
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM node:20.5
FROM node:20.6

WORKDIR /srv/app

Expand Down
2 changes: 1 addition & 1 deletion config/docker/Dockerfile.web
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ CMD ["python", "manage.py", "runserver", "0.0.0.0:8000"]
# ------------------------------------------------------------
# STAGE 3: Javascript assets layer
# ------------------------------------------------------------
FROM node:20.5 as js_assets
FROM node:20.6 as js_assets

WORKDIR /srv/app

Expand Down

0 comments on commit 7011fb2

Please sign in to comment.