Skip to content

Commit

Permalink
Update node and alpine version (#2529)
Browse files Browse the repository at this point in the history
* Update node and alpine version

* Update for changes
  • Loading branch information
nicholas-lockhart authored Feb 6, 2025
1 parent c3f9344 commit cfef03a
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
1 change: 1 addition & 0 deletions ChangeLog.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ General:

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

Blob:

Expand Down
4 changes: 2 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
#
# Builder
#
FROM node:20-alpine3.17 as builder
FROM node:22-alpine3.21 as builder

WORKDIR /opt/azurite

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

# Production image
#
FROM node:20-alpine3.17
FROM node:22-alpine3.21

ENV NODE_ENV=production

Expand Down

0 comments on commit cfef03a

Please sign in to comment.