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:
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user