Skip to content

Commit

Permalink
Update Node to 22.13.0
Browse files Browse the repository at this point in the history
  • Loading branch information
nickjj committed Jan 12, 2025
1 parent 056b3cd commit 72fb5b1
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 3 deletions.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@ Changelog](https://keepachangelog.com/en/1.0.0/).

#### Languages and services

- Update `Node` to `22.13.0`
- Update `Postgres` to `17.2`
- Update `Redis` to `7.4.2`

Expand Down
4 changes: 2 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM node:20.12.2-bookworm-slim AS assets
FROM node:22.13.0-bookworm-slim AS assets
LABEL maintainer="Nick Janetakis <[email protected]>"

WORKDIR /app/frontend
Expand Down Expand Up @@ -33,7 +33,7 @@ CMD ["bash"]

###############################################################################

FROM node:20.12.2-bookworm-slim AS app
FROM node:22.13.0-bookworm-slim AS app
LABEL maintainer="Nick Janetakis <[email protected]>"

WORKDIR /app/backend
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ practices](https://nickjanetakis.com/blog/best-practices-around-production-ready
based on building and deploying dozens of assorted Dockerized web apps since
late 2014.

**This app is using Express 4.21.2 and Node 20.12.2**. The screenshot doesn't
**This app is using Express 4.21.2 and Node 22.13.0**. The screenshot doesn't
get updated every time I bump the versions:

[![Screenshot](.github/docs/screenshot.jpg)](https://github.com/nickjj/docker-node-example/blob/main/.github/docs/screenshot.jpg?raw=true)
Expand Down

0 comments on commit 72fb5b1

Please sign in to comment.