diff --git a/Dockerfile b/Dockerfile index 290cc208..7782fae0 100644 --- a/Dockerfile +++ b/Dockerfile @@ -35,7 +35,6 @@ RUN \ echo "version=$version" && \ go build -o remark42 -ldflags "-X main.revision=${version} -s -w" ./app - FROM node:10.11-alpine as build-frontend-deps ARG CI @@ -59,7 +58,6 @@ RUN cd /srv/frontend && \ else echo "skip frontend tests and lint" ; npm run build ; fi && \ rm -rf ./node_modules - FROM umputun/baseimage:app WORKDIR /srv diff --git a/Dockerfile.artifacts b/Dockerfile.artifacts index bc165575..1b8bb59f 100644 --- a/Dockerfile.artifacts +++ b/Dockerfile.artifacts @@ -26,8 +26,6 @@ RUN cd /srv/frontend && \ npm run build && \ rm -rf ./node_modules - - FROM umputun/baseimage:buildgo-latest as build-backend ARG GITHUB_TOKEN