Skip to content

Commit ca768e4

Browse files
committed
fixed version for configurable-http-proxy
1 parent 45b76db commit ca768e4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ RUN microdnf update -y && \
2121
&& microdnf clean all
2222

2323
# Installation of configurable-http-proxy via npm
24-
RUN npm install -g configurable-http-proxy
24+
RUN npm install -g configurable-http-proxy@4.5.3
2525

2626
# User creation
2727
RUN adduser \

0 commit comments

Comments
 (0)