There was an error while loading. Please reload this page.
1 parent a93bc7c commit f454dadCopy full SHA for f454dad
1 file changed
Dockerfile
@@ -26,7 +26,7 @@ RUN apk add --update --no-cache --virtual .build-deps \
26
nodejs-npm \
27
&& update-ca-certificates \
28
&& pip3 install -r requirements.txt \
29
- && npm install -g os-types@1.15.1 \
+ && npm install -g os-types@1.16 \
30
&& apk del --no-cache .build-deps
31
32
# ADD repos/datapackage-pipelines-fiscal ./datapackage-pipelines-fiscal
0 commit comments