Merge pull request 'Update node Docker tag to v21' (#7) from renovate/node-21.x into master
All checks were successful
Deploy App / docker (ubuntu-latest) (push) Successful in 2m22s

Reviewed-on: #7
This commit is contained in:
Lee 2024-04-18 10:45:35 +00:00
commit 50e9875e9a

@ -1,4 +1,4 @@
FROM node:18-alpine AS base
FROM node:21-alpine AS base
# Install dependencies only when needed
FROM base AS deps