Skip to content

Commit cfef03a

Browse files
Update node and alpine version (#2529)
* Update node and alpine version * Update for changes
1 parent c3f9344 commit cfef03a

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

ChangeLog.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@ General:
88

99
- Changed the responds status code of not implemented API from 500 to 501.
1010
- Added support for docker image based on Windows Base Image.
11+
- Updated Node and Alpine versions to account for EOL and CVE concerns
1112

1213
Blob:
1314

Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
#
22
# Builder
33
#
4-
FROM node:20-alpine3.17 as builder
4+
FROM node:22-alpine3.21 as builder
55

66
WORKDIR /opt/azurite
77

@@ -18,7 +18,7 @@ RUN npm run build && \
1818

1919
# Production image
2020
#
21-
FROM node:20-alpine3.17
21+
FROM node:22-alpine3.21
2222

2323
ENV NODE_ENV=production
2424

0 commit comments

Comments
 (0)