chore(deps): update openssl to 3.1.4-r1
This commit is contained in:
parent
298ca24c9d
commit
6cbdd99b0c
1 changed files with 2 additions and 0 deletions
|
@ -11,6 +11,8 @@ COPY package*.json ./
|
||||||
RUN npm install --only=production
|
RUN npm install --only=production
|
||||||
COPY --from=build /usr/src/app/dist ./dist
|
COPY --from=build /usr/src/app/dist ./dist
|
||||||
|
|
||||||
|
RUN apk add --no-cache openssl=3.1.4-r1
|
||||||
|
|
||||||
HEALTHCHECK --interval=30s --timeout=10s --start-period=15s \
|
HEALTHCHECK --interval=30s --timeout=10s --start-period=15s \
|
||||||
CMD wget -qO- http://localhost:1111/health || exit 1
|
CMD wget -qO- http://localhost:1111/health || exit 1
|
||||||
CMD ["npm", "start"]
|
CMD ["npm", "start"]
|
Loading…
Reference in a new issue