From 72fb5b1946035a90050bb22eb72de6b995c3e120 Mon Sep 17 00:00:00 2001 From: Nick Janetakis Date: Sun, 12 Jan 2025 10:12:21 -0500 Subject: [PATCH] Update Node to 22.13.0 --- CHANGELOG.md | 1 + Dockerfile | 4 ++-- README.md | 2 +- 3 files changed, 4 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index bd17002..587afb0 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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` diff --git a/Dockerfile b/Dockerfile index 8e94456..80a71d2 100644 --- a/Dockerfile +++ b/Dockerfile @@ -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 " WORKDIR /app/frontend @@ -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 " WORKDIR /app/backend diff --git a/README.md b/README.md index 5da3cbd..7a5a628 100644 --- a/README.md +++ b/README.md @@ -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)