Skip to content

Commit 9cf9798

Browse files
committed
Bump serverless version to v4.27.1
1 parent 4d0fa34 commit 9cf9798

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

Dockerfile

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
1-
FROM node:18-alpine
1+
FROM node:14-alpine
22

3-
ENV SERVERLESS [email protected].0
3+
ENV SERVERLESS [email protected].1
44

55
RUN apk --no-cache update && \
66
apk --no-cache add \
@@ -22,7 +22,7 @@ RUN apk --no-cache update && \
2222
openssh \
2323
postgresql-dev \
2424
yarn && \
25-
pip --no-cache-dir install --break-system-packages awscli virtualenv && \
25+
pip --no-cache-dir install awscli virtualenv && \
2626
update-ca-certificates && \
2727
rm -rf /var/cache/apk/* && \
2828
yarn global add $SERVERLESS

0 commit comments

Comments
 (0)