From 7228868f08d7a7cea3c4d152044d18a3b833cd4b Mon Sep 17 00:00:00 2001 From: Sarah Vaupel Date: Wed, 15 Jan 2025 15:10:46 +0100 Subject: [PATCH] ci(azure-pipelines): switch back to npm image for frontend builds with npm proxy --- azure-pipelines.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/azure-pipelines.yaml b/azure-pipelines.yaml index 24448ff80..d4f8dea5e 100644 --- a/azure-pipelines.yaml +++ b/azure-pipelines.yaml @@ -24,7 +24,7 @@ jobs: script: | cp docker/frontend/Dockerfile . docker build \ - --build-arg FROM_IMG=devfra.azurecr.io/de.fraport.build/npm-v2 \ + --build-arg FROM_IMG=devfra.azurecr.io/de.fraport.build/npm \ --build-arg FROM_TAG=node-20 \ --build-arg HTTPS_PROXY=http://proxy.frankfurt-airport.de:8080 \ --build-arg HTTP_PROXY=http://proxy.frankfurt-airport.de:8080 \