Skip to content

Commit 1278856

Browse files
committed
use the non alpine version for payload
Signed-off-by: Max Schmidt <[email protected]>
1 parent 2234ce1 commit 1278856

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

payload/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM node:lts-alpine as base
1+
FROM node:lts as base
22
WORKDIR /base
33
COPY package.json yarn.lock ./
44
RUN yarn install --frozen-lockfile

0 commit comments

Comments
 (0)