Merge pull request #1580 from amir20/dependabot/docker/node-17-alpine

Bump node from 16-alpine to 17-alpine
This commit is contained in:
kodiakhq[bot]
2021-10-29 18:13:43 +00:00
committed by GitHub

View File

@@ -1,5 +1,5 @@
# Build assets
FROM node:16-alpine as node
FROM node:17-alpine as node
RUN apk add --no-cache git openssh make g++ util-linux curl python3 && curl -f https://get.pnpm.io/v6.16.js | node - add --global pnpm