We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c3f9344 commit cfef03aCopy full SHA for cfef03a
ChangeLog.md
@@ -8,6 +8,7 @@ General:
8
9
- Changed the responds status code of not implemented API from 500 to 501.
10
- Added support for docker image based on Windows Base Image.
11
+- Updated Node and Alpine versions to account for EOL and CVE concerns
12
13
Blob:
14
Dockerfile
@@ -1,7 +1,7 @@
1
#
2
# Builder
3
4
-FROM node:20-alpine3.17 as builder
+FROM node:22-alpine3.21 as builder
5
6
WORKDIR /opt/azurite
7
@@ -18,7 +18,7 @@ RUN npm run build && \
18
19
# Production image
20
21
-FROM node:20-alpine3.17
+FROM node:22-alpine3.21
22
23
ENV NODE_ENV=production
24
0 commit comments