chore(deps): update node.js to v18.18
ci/woodpecker/pr/test Pipeline was successful Details

This commit is contained in:
Renovate 2023-09-20 19:36:11 +00:00
parent 24b5c4d24d
commit c3c6d3116f
1 changed files with 1 additions and 1 deletions

View File

@ -1,4 +1,4 @@
FROM node:18.17-alpine as build-deps
FROM node:18.18-alpine as build-deps
WORKDIR /app
COPY package.json yarn.lock ./