diff --git a/api/Dockerfile b/api/Dockerfile index aacb3cd5f..d1608258f 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.20.0-alpine3.22 AS base +FROM node:25.8.1-alpine3.22 AS base WORKDIR /app