Skip to content

Commit

Permalink
Merge pull request #944 from epicserve/dependabot/docker/config/docke…
Browse files Browse the repository at this point in the history
…r/node-22.7

Bump node from 22.6 to 22.7 in /config/docker
  • Loading branch information
epicserve authored Aug 31, 2024
2 parents ddf369c + 8eb00c5 commit aafe608
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:22.6
FROM node:22.7

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:22.6 as js_assets
FROM node:22.7 as js_assets

WORKDIR /srv/app

Expand Down

0 comments on commit aafe608

Please sign in to comment.