Skip to content
This repository has been archived by the owner on Jan 7, 2022. It is now read-only.

Commit

Permalink
Update base docker image (#131)
Browse files Browse the repository at this point in the history
* Update base docker image

The next release is there and we have to update.
a1exsh authored Jan 12, 2021
1 parent 08b57a3 commit 3fe5fb5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM registry.opensource.zalan.do/library/node:12.18.4-alpine-20201002 as builder
FROM registry.opensource.zalan.do/library/node-12.20-alpine:12.20.1-alpine-20210107 as builder
WORKDIR /src

COPY client client
@@ -9,7 +9,7 @@ COPY webpack.config.prod.js webpack.config.prod.js
COPY elm.json elm.json
RUN npm install && npm run build

FROM registry.opensource.zalan.do/library/node:12.18.4-alpine-20201002
FROM registry.opensource.zalan.do/library/node-12.20-alpine:12.20.1-alpine-20210107
MAINTAINER Sergii Kamenskyi <sergukam@sergukam.com>
LABEL Description="This Nakadi UI does not check auth by default. Please use Auth plugins for use in production."

0 comments on commit 3fe5fb5

Please sign in to comment.