We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b897622 commit ecdf93cCopy full SHA for ecdf93c
Dockerfile
@@ -3,7 +3,7 @@ WORKDIR /src
3
COPY ./*.sh ./
4
RUN shellcheck -e SC1091,SC1090 ./*.sh
5
6
-FROM amaysim/serverless:3.28.1 AS restore
+FROM amaysim/serverless:3.36.0 AS restore
7
WORKDIR /src
8
COPY package.json yarn.lock ./
9
RUN yarn
0 commit comments