We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4d0fa34 commit 9cf9798Copy full SHA for 9cf9798
Dockerfile
@@ -1,6 +1,6 @@
1
-FROM node:18-alpine
+FROM node:14-alpine
2
3
-ENV SERVERLESS [email protected].0
+ENV SERVERLESS [email protected].1
4
5
RUN apk --no-cache update && \
6
apk --no-cache add \
@@ -22,7 +22,7 @@ RUN apk --no-cache update && \
22
openssh \
23
postgresql-dev \
24
yarn && \
25
- pip --no-cache-dir install --break-system-packages awscli virtualenv && \
+ pip --no-cache-dir install awscli virtualenv && \
26
update-ca-certificates && \
27
rm -rf /var/cache/apk/* && \
28
yarn global add $SERVERLESS
0 commit comments