diff --git a/api/Dockerfile b/api/Dockerfile index 012822af50..f53285b329 100644 --- a/api/Dockerfile +++ b/api/Dockerfile @@ -1,7 +1,7 @@ # To build image: docker build --tag tracker-api:1.0 . # To run image: docker run --network=host --env-file ./.env tracker-api:1.0 # Build image -FROM node:20.16-alpine3.19 AS base +FROM node:23.1-alpine3.19 AS base WORKDIR /app