Skip to content
This repository was archived by the owner on Nov 17, 2023. It is now read-only.

Commit 2231774

Browse files
committed
fix Node_Image version
1 parent 8bd43a4 commit 2231774

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/docker-compose.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -135,7 +135,7 @@ services:
135135
context: .
136136
dockerfile: Web/WebSPA/Dockerfile
137137
args:
138-
NODE_IMAGE: ${NODE_IMAGE:-node:19-bullseye}
138+
NODE_IMAGE: ${NODE_IMAGE:-node:16-bullseye}
139139
depends_on:
140140
- webshoppingagg
141141
- webshoppingapigw

0 commit comments

Comments
 (0)