Skip to content

Commit ea3d0ab

Browse files
committed
Update Node to 22.17.1
1 parent 0514567 commit ea3d0ab

File tree

3 files changed

+2
-4
lines changed

3 files changed

+2
-4
lines changed

CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ Changelog](https://keepachangelog.com/en/1.0.0/).
3131
#### Languages and services
3232

3333
- Update `Python` to `3.13.5`
34-
- Update `Node` to `22.17.0`
34+
- Update `Node` to `22.17.1`
3535
- Update `Postgres` to `17.5`
3636
- Update `Redis` to `8.0.3`
3737

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM node:22.17.0-bookworm-slim AS assets
1+
FROM node:22.17.1-bookworm-slim AS assets
22
LABEL maintainer="Nick Janetakis <[email protected]>"
33

44
WORKDIR /app/assets

README.md

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,5 @@
11
# 🐳 An example Flask + Docker app
22

3-
A
4-
53
You could use this example app as a base for your new project or as a guide to
64
Dockerize your existing Flask app.
75

0 commit comments

Comments
 (0)