diff --git a/server/gitrest/Dockerfile b/server/gitrest/Dockerfile index ef503a55b382..afe1b1e73147 100644 --- a/server/gitrest/Dockerfile +++ b/server/gitrest/Dockerfile @@ -1,7 +1,7 @@ # Copyright (c) Microsoft Corporation. All rights reserved. # Licensed under the MIT License. -FROM node:12.20.1-stretch AS base +FROM node:12-stretch AS base # Add Tini ENV TINI_VERSION v0.18.0