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 f3e6383 commit 59be019Copy full SHA for 59be019
Dockerfile
@@ -1,4 +1,4 @@
1
-FROM kuzzleio/kuzzle-runner:16 as builder
+FROM kuzzleio/kuzzle-runner:18 AS builder
2
3
ADD . /var/app
4
@@ -7,7 +7,7 @@ WORKDIR /var/app
7
RUN npm ci
8
RUN npm run build
9
10
-FROM kuzzleio/kuzzle-runner:16 as prepare
+FROM kuzzleio/kuzzle-runner:18 AS prepare
11
12
WORKDIR /var/app
13
ENV NODE_ENV=production
@@ -16,7 +16,7 @@ COPY --from=builder /var/app/package*.json /var/app/.npmrc* /var/app/dist ./
16
RUN npm install --production
17
18
# Final image
19
-FROM node:16-stretch-slim as production
+FROM node:18-stretch-slim AS production
20
21
ARG KUZZLE_VAULT_KEY
22
ENV KUZZLE_VAULT_KEY=$KUZZLE_VAULT_KEY
0 commit comments