Skip to content

Commit c72859c

Browse files
committed
Update MongoDB image to 7.0.20, license, and README version details
1 parent 48a8c4f commit c72859c

3 files changed

Lines changed: 7 additions & 7 deletions

File tree

LICENSE.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
MIT License
22

3-
Copyright (c) 2025 Vadim Starichkov, Template Tasks
3+
Copyright (c) 2025 Vadim Starichkov, TemplateTasks
44

55
Permission is hereby granted, free of charge, to any person obtaining a copy
66
of this software and associated documentation files (the "Software"), to deal

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -27,11 +27,11 @@ This design allows for easy switching between database vendors by implementing a
2727

2828
These 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

3636
Stable work on lower versions is not guaranteed.
3737

mongodb.Dockerfile

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
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
1818
LABEL 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"
2121
LABEL maintainer="Vadim Starichkov <starichkovva@gmail.com>"
2222
LABEL license="MIT"
2323
LABEL source="https://github.com/starichkov/nodejs-simple-notes-app.git"

0 commit comments

Comments
 (0)