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

Commit 08b57a3

Browse files
authored
Merge pull request #128 from zalando-nakadi/fix-base-image
Update base image for nakadi-ui
2 parents 808cb6d + 1bce7c2 commit 08b57a3

File tree

4 files changed

+124
-182
lines changed

4 files changed

+124
-182
lines changed

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ dist: bionic
22
sudo: false
33
language: node_js
44
node_js:
5-
- "11"
5+
- "12"
66

77
addons:
88
apt:

Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM registry.opensource.zalan.do/stups/node:10.16.0-alpine-46 as builder
1+
FROM registry.opensource.zalan.do/library/node:12.18.4-alpine-20201002 as builder
22
WORKDIR /src
33

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

12-
FROM registry.opensource.zalan.do/stups/node:10.16.0-alpine-46
12+
FROM registry.opensource.zalan.do/library/node:12.18.4-alpine-20201002
1313
MAINTAINER Sergii Kamenskyi <[email protected]>
1414
LABEL Description="This Nakadi UI does not check auth by default. Please use Auth plugins for use in production."
1515

0 commit comments

Comments
 (0)