1
0
mirror of https://github.com/amir20/dozzle.git synced 2026-01-03 19:45:01 +01:00

Merge pull request #1726 from amir20/dependabot/docker/node-18-alpine

Bump node from 17-alpine to 18-alpine
This commit is contained in:
kodiakhq[bot]
2022-04-29 16:07:31 +00:00
committed by GitHub

View File

@@ -1,5 +1,5 @@
# Build assets
FROM node:17-alpine as node
FROM node:18-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