chore: update base image to Node.js 20-alpine in Dockerfile
This commit is contained in:
parent
bf94e84c65
commit
1ff5126e98
@ -1,6 +1,6 @@
|
||||
# syntax=docker.io/docker/dockerfile:1
|
||||
|
||||
FROM node:18-alpine AS base
|
||||
FROM node:20-alpine AS base
|
||||
|
||||
# Install dependencies only when needed
|
||||
FROM base AS deps
|
||||
|
Loading…
Reference in New Issue
Block a user