chore: update docker node alpine versions to 3.20 (#10621)

This commit is contained in:
Zack Pollard 2024-06-25 18:04:02 +03:00 committed by GitHub
parent 9f9e42a96a
commit 6538ad8de7
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
3 changed files with 3 additions and 3 deletions

View file

@ -1,4 +1,4 @@
FROM node:20.15.0-alpine3.19@sha256:c39be8a03811d866e0f5e18fcd2065a914931a3c0830b29403017db3def59d91 as core
FROM node:20.15.0-alpine3.20 as core
WORKDIR /usr/src/open-api/typescript-sdk
COPY open-api/typescript-sdk/package*.json open-api/typescript-sdk/tsconfig*.json ./