USe node:20-bookworm for faster Actions
This commit is contained in:
parent
b2afbe35ec
commit
159c78f9cc
1 changed files with 1 additions and 1 deletions
|
@ -1,4 +1,4 @@
|
||||||
FROM node:20 as build
|
FROM node:20-bookworm as build
|
||||||
|
|
||||||
WORKDIR /app
|
WORKDIR /app
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue