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

Commit

Permalink
Merge pull request #128 from zalando-nakadi/fix-base-image
Browse files Browse the repository at this point in the history
Update base image for nakadi-ui
  • Loading branch information
a1exsh authored Jan 11, 2021
2 parents 808cb6d + 1bce7c2 commit 08b57a3
Show file tree
Hide file tree
Showing 4 changed files with 124 additions and 182 deletions.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ dist: bionic
sudo: false
language: node_js
node_js:
- "11"
- "12"

addons:
apt:
Expand Down
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/stups/node:10.16.0-alpine-46 as builder
FROM registry.opensource.zalan.do/library/node:12.18.4-alpine-20201002 as builder
WORKDIR /src

COPY client client
Expand All @@ -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/stups/node:10.16.0-alpine-46
FROM registry.opensource.zalan.do/library/node:12.18.4-alpine-20201002
MAINTAINER Sergii Kamenskyi <[email protected]>
LABEL Description="This Nakadi UI does not check auth by default. Please use Auth plugins for use in production."

Expand Down
Loading

0 comments on commit 08b57a3

Please sign in to comment.