Skip to content

Commit

Permalink
[ACS-7287] update node for docker images (#3713)
Browse files Browse the repository at this point in the history
* [ACS-7287] node:18.16 update for docker image

* update package.json file
  • Loading branch information
akashrathod28 authored Mar 19, 2024
1 parent 5697f86 commit 3e0ce59
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# 1. Generate licenses

FROM node:16.13-alpine3.14 AS builder
FROM node:18.16-alpine3.17 AS builder
WORKDIR /usr/src/alfresco
COPY package.json package.json

Expand Down

0 comments on commit 3e0ce59

Please sign in to comment.