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

Update Dockerfile #145

Merged
merged 1 commit into from
May 20, 2021
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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.20-alpine:12.20.1-alpine-20210107 as builder
FROM registry.opensource.zalan.do/library/node-12.20-alpine:latest 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/library/node-12.20-alpine:12.20.1-alpine-20210107
FROM registry.opensource.zalan.do/library/node-12.20-alpine:latest
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