USe node:20-bookworm for faster Actions
All checks were successful
Run Tests on Code / test (push) Successful in 20s
All checks were successful
Run Tests on Code / test (push) Successful in 20s
This commit is contained in:
parent
698daed1c6
commit
0b82f23d3c
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
|
||||
|
||||
|
|
Loading…
Reference in a new issue