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 d309655 commit e615a9f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@ Changelog](https://keepachangelog.com/en/1.0.0/).
#### Languages and services

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

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

WORKDIR /app/assets
Expand Down

0 comments on commit e615a9f

Please sign in to comment.