File tree Expand file tree Collapse file tree 4 files changed +5
-12
lines changed Expand file tree Collapse file tree 4 files changed +5
-12
lines changed Original file line number Diff line number Diff line change 1-
21FROM python:3.6-slim-buster
32
43RUN apt-get update && \
@@ -11,7 +10,7 @@ RUN apt-get update && \
1110 npm=5.8.0+ds6-4+deb10u2 && \
1211 pip3 install --no-cache-dir --upgrade pip==20.1.1 && \
1312 npm install npm@latest -g && \
14- npm install -g serverless@3.12 .0 && \
13+ npm install -g serverless@3.19 .0 && \
1514 apt-get -q -y clean && \
1615 rm -rf /var/cache/apt/archives/* /var/lib/apt/lists/*
1716
Original file line number Diff line number Diff line change 1-
21FROM python:3.7-slim-buster
32
43RUN apt-get update && \
@@ -11,15 +10,14 @@ RUN apt-get update && \
1110 npm=5.8.0+ds6-4+deb10u2 && \
1211 pip3 install --no-cache-dir --upgrade pip==20.1.1 && \
1312 npm install npm@latest -g && \
14- npm install -g serverless@3.12 .0 && \
13+ npm install -g serverless@3.19 .0 && \
1514 apt-get -q -y clean && \
1615 rm -rf /var/cache/apt/archives/* /var/lib/apt/lists/*
1716
1817ARG APT_KEY_DONT_WARN_ON_DANGEROUS_USAGE=1
1918RUN curl -sL https://deb.nodesource.com/setup_14.x | bash
2019RUN apt-get install -y nodejs
2120
22-
2321WORKDIR /work
2422
2523ENTRYPOINT ["/bin/sh" ]
Original file line number Diff line number Diff line change 1-
21FROM python:3.8-slim-buster
32
43RUN apt-get update && \
@@ -11,15 +10,14 @@ RUN apt-get update && \
1110 npm=5.8.0+ds6-4+deb10u2 && \
1211 pip3 install --no-cache-dir --upgrade pip==20.1.1 && \
1312 npm install npm@latest -g && \
14- npm install -g serverless@3.12 .0 && \
13+ npm install -g serverless@3.19 .0 && \
1514 apt-get -q -y clean && \
1615 rm -rf /var/cache/apt/archives/* /var/lib/apt/lists/*
1716
1817ARG APT_KEY_DONT_WARN_ON_DANGEROUS_USAGE=1
1918RUN curl -sL https://deb.nodesource.com/setup_14.x | bash
2019RUN apt-get install -y nodejs
2120
22-
2321WORKDIR /work
2422
2523ENTRYPOINT ["/bin/sh" ]
Original file line number Diff line number Diff line change 1-
21FROM python:3.9-slim-buster
32
43RUN apt-get update && \
@@ -9,17 +8,16 @@ RUN apt-get update && \
98 git=1:2.20.1-2+deb10u3 \
109 curl \
1110 npm=5.8.0+ds6-4+deb10u2 && \
12- pip3 install --no-cache-dir --upgrade pip==20 .1.1 && \
11+ pip3 install --no-cache-dir --upgrade pip==22 .1.2 && \
1312 npm install npm@latest -g && \
14- npm install -g serverless@3.12 .0 && \
13+ npm install -g serverless@3.19 .0 && \
1514 apt-get -q -y clean && \
1615 rm -rf /var/cache/apt/archives/* /var/lib/apt/lists/*
1716
1817ARG APT_KEY_DONT_WARN_ON_DANGEROUS_USAGE=1
1918RUN curl -sL https://deb.nodesource.com/setup_14.x | bash
2019RUN apt-get install -y nodejs
2120
22-
2321WORKDIR /work
2422
2523ENTRYPOINT ["/bin/sh" ]
You can’t perform that action at this time.
0 commit comments