mirror of
https://github.com/fbartels/cloudron-drone-app.git
synced 2025-01-09 10:45:28 +00:00
update surfer container
Signed-off-by: Felix Bartels <felix@host-consultants.de>
This commit is contained in:
parent
1361023637
commit
2d637066a9
2 changed files with 4 additions and 4 deletions
|
@ -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
|
||||
|
|
|
@ -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)
|
||||
|
||||
|
|
Loading…
Reference in a new issue