use the newer image

This commit is contained in:
Lee 2024-09-12 13:05:07 +01:00
parent 83c3b4c7bf
commit c80240a362

@ -1,4 +1,4 @@
FROM fascinated/docker-images:node-pnpm-latest AS base
FROM fascinated/docker-images:nodejs_20_with_pnpm AS base
# Install depends
FROM base AS deps