Skip to content

Commit d155dbc

Browse files
committed
1 parent 8b8f51f commit d155dbc

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ COPY src ./src
1919
RUN npm run build
2020

2121
# TODO use node-alpine when supported by prisma2 https://github.com/prisma/prisma2/issues/702
22-
FROM node:12-alpine
22+
FROM node:12.18.4-alpine
2323
COPY --from=builder /app/node_modules ./node_modules
2424
COPY --from=builder /app/package*.json ./
2525
COPY --from=builder /app/dist ./dist

prisma/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM node:12-alpine
1+
FROM node:12.18.4-alpine
22

33
RUN apk add --no-cache bash
44

0 commit comments

Comments
 (0)