We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0514567 commit ea3d0abCopy full SHA for ea3d0ab
CHANGELOG.md
@@ -31,7 +31,7 @@ Changelog](https://keepachangelog.com/en/1.0.0/).
31
#### Languages and services
32
33
- Update `Python` to `3.13.5`
34
-- Update `Node` to `22.17.0`
+- Update `Node` to `22.17.1`
35
- Update `Postgres` to `17.5`
36
- Update `Redis` to `8.0.3`
37
Dockerfile
@@ -1,4 +1,4 @@
1
-FROM node:22.17.0-bookworm-slim AS assets
+FROM node:22.17.1-bookworm-slim AS assets
2
LABEL maintainer="Nick Janetakis <[email protected]>"
3
4
WORKDIR /app/assets
README.md
@@ -1,7 +1,5 @@
# 🐳 An example Flask + Docker app
-A
-
5
You could use this example app as a base for your new project or as a guide to
6
Dockerize your existing Flask app.
7
0 commit comments