1
0
mirror of https://github.com/amir20/dozzle.git synced 2025-12-25 14:59:26 +01:00

Bump node from 17-alpine to 18-alpine

Bumps node from 17-alpine to 18-alpine.

---
updated-dependencies:
- dependency-name: node
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
dependabot[bot]
2022-04-29 16:02:54 +00:00
committed by GitHub
parent d60614ada7
commit 207468d0f0

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