diff --git a/gatewayservice/Dockerfile b/gatewayservice/Dockerfile index ecc8d18..c95e330 100644 --- a/gatewayservice/Dockerfile +++ b/gatewayservice/Dockerfile @@ -1,5 +1,5 @@ # Use an official Node.js runtime as a parent image -FROM node:20 +FROM node:22 RUN wget -qO - https://artifacts.elastic.co/GPG-KEY-elasticsearch | apt-key add - RUN apt install apt-transport-https -y --no-install-recommends && apt clean