Fix 403 for SP calling RecentCalls/Alerts via /Accounts route (#149)

* fix 403 for SP calling RecentCalls/Alerts via /Accounts route

* update base image

* update base image

---------

Co-authored-by: eglehelms <e.helms@cognigy.com>
This commit is contained in:
EgleH
2023-04-12 19:22:40 +02:00
committed by GitHub
parent 36607b505f
commit ba431aeb35
2 changed files with 13 additions and 2 deletions

View File

@@ -1,4 +1,4 @@
FROM --platform=linux/amd64 node:18.14.1-alpine3.16 as base
FROM --platform=linux/amd64 node:18.15-alpine3.16 as base
RUN apk --update --no-cache add --virtual .builds-deps build-base python3