File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11MIT License
22
3- Copyright (c) 2025 Vadim Starichkov, Template Tasks
3+ Copyright (c) 2025 Vadim Starichkov, TemplateTasks
44
55Permission is hereby granted, free of charge, to any person obtaining a copy
66of this software and associated documentation files (the "Software"), to deal
Original file line number Diff line number Diff line change @@ -27,11 +27,11 @@ This design allows for easy switching between database vendors by implementing a
2727
2828These are the versions this sample app is coming with:
2929
30- - Node.js (v22 or higher)
30+ - Node.js (v22.16 or higher)
3131- npm or pnpm
3232- One of the following databases:
33- - CouchDB (v3.0 or higher)
34- - MongoDB (v7.0 or higher)
33+ - CouchDB (v3.4.3 or higher)
34+ - MongoDB (v7.0.20 or higher)
3535
3636Stable work on lower versions is not guaranteed.
3737
Original file line number Diff line number Diff line change 11# Build stage for applying security updates
2- FROM mongo:7.0.19 -jammy AS build
2+ FROM mongo:7.0.20 -jammy AS build
33
44# Update and install security patches
55# Use apt-get instead of apt for better script compatibility
@@ -16,8 +16,8 @@ FROM build AS production
1616
1717# Add Dockerfile Labels
1818LABEL title="MongoDB with Security Updates"
19- LABEL description="MongoDB based on official mongo:7.0.19 -jammy image with all security patches applied"
20- LABEL version="7.0.19 "
19+ LABEL description="MongoDB based on official mongo:7.0.20 -jammy image with all security patches applied"
20+ LABEL version="7.0.20 "
2121LABEL maintainer="Vadim Starichkov <starichkovva@gmail.com>"
2222LABEL license="MIT"
2323LABEL source="https://github.com/starichkov/nodejs-simple-notes-app.git"
You can’t perform that action at this time.
0 commit comments