Skip to content

Commit 59be019

Browse files
committed
Update Dockerfile
1 parent f3e6383 commit 59be019

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,4 +1,4 @@
1-
FROM kuzzleio/kuzzle-runner:16 as builder
1+
FROM kuzzleio/kuzzle-runner:18 AS builder
22

33
ADD . /var/app
44

@@ -7,7 +7,7 @@ WORKDIR /var/app
77
RUN npm ci
88
RUN npm run build
99

10-
FROM kuzzleio/kuzzle-runner:16 as prepare
10+
FROM kuzzleio/kuzzle-runner:18 AS prepare
1111

1212
WORKDIR /var/app
1313
ENV NODE_ENV=production
@@ -16,7 +16,7 @@ COPY --from=builder /var/app/package*.json /var/app/.npmrc* /var/app/dist ./
1616
RUN npm install --production
1717

1818
# Final image
19-
FROM node:16-stretch-slim as production
19+
FROM node:18-stretch-slim AS production
2020

2121
ARG KUZZLE_VAULT_KEY
2222
ENV KUZZLE_VAULT_KEY=$KUZZLE_VAULT_KEY

0 commit comments

Comments
 (0)