update surfer container

Signed-off-by: Felix Bartels <felix@host-consultants.de>
This commit is contained in:
Felix Bartels 2020-10-18 14:25:05 +02:00
parent 1361023637
commit 2d637066a9
2 changed files with 4 additions and 4 deletions

View file

@ -1,4 +1,4 @@
FROM node:lts-alpine3.11
RUN apk add --no-cache make python
FROM node:lts-alpine3.12
RUN apk add --no-cache make python3
# use --unsafe to not execute post actions as user nobody
RUN npm -g install cloudron-surfer@5.10.4 --unsafe && npm cache clean --force
RUN npm -g install cloudron-surfer@5.11.0 --unsafe && npm cache clean --force && surfer -h

View file

@ -17,5 +17,5 @@ tag: build
.PHONY: push
push: tag
docker push $(DOCKER_REPO)/$(DOCKER_IMAGE):latest
#docker push $(DOCKER_REPO)/$(DOCKER_IMAGE):$(VERSION)
docker push $(DOCKER_REPO)/$(DOCKER_IMAGE):$(VERSION)