Skip to content

Commit

Permalink
revert: add symlink (#72)
Browse files Browse the repository at this point in the history
  • Loading branch information
mikhail-klimko authored Nov 15, 2024
1 parent 5dc5bb7 commit dbc10a4
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -56,4 +56,5 @@ RUN chown -R $(id -u rootless) /var/run

RUN chown -R $(id -u rootless) /etc/ssl && chmod 777 -R /etc/ssl
USER rootless
RUN rm -i -f /var/run && ln -s /run/user/1000 /var/run
ENTRYPOINT ["./run.sh"]
2 changes: 1 addition & 1 deletion service.yaml
Original file line number Diff line number Diff line change
@@ -1 +1 @@
version: 1.28.9
version: 1.28.10

0 comments on commit dbc10a4

Please sign in to comment.