diff --git a/upload-api/Dockerfile b/upload-api/Dockerfile index 9fa0c76e..b9587d29 100644 --- a/upload-api/Dockerfile +++ b/upload-api/Dockerfile @@ -1,5 +1,5 @@ # Use an official Node.js runtime as a base image -FROM --platform=linux/amd64 node:24.1.0-alpine3.22 +FROM --platform=linux/amd64 node:24.5.0-alpine3.22 # Set the working directory in the container WORKDIR /app