Skip to content
Open
Show file tree
Hide file tree
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,6 +1,6 @@
FROM alpine:3.15.6

RUN apk add --no-cache git=~2.34.4 bash openssh
RUN apk add --no-cache git=~2.34.5 bash openssh

# install git-lfs
RUN apk add --no-cache --virtual deps openssl && \
Expand All @@ -22,7 +22,7 @@ RUN chmod +x /run/start.sh

#add non-root user
RUN addgroup -g 1000 nodegroup \
&& adduser -u 1000 -G nodegroup -s /bin/sh -D nodeuser
&& adduser -u 1000 -G nodegroup -s /bin/sh -D nodeuser
USER nodeuser

CMD ["/run/start.sh"]
2 changes: 1 addition & 1 deletion service.yaml
Original file line number Diff line number Diff line change
@@ -1 +1 @@
version: 10.1.12
version: 10.1.13