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 a358a6b commit 05b8f38Copy full SHA for 05b8f38
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.39.0 AS restore
7
WORKDIR /src
8
COPY package.json yarn.lock ./
9
RUN yarn
0 commit comments