Skip to content

Commit

Permalink
format: format the invoker's Dockerfile (#5037)
Browse files Browse the repository at this point in the history
  • Loading branch information
ZinuoCai authored Feb 1, 2021
1 parent c6e32b1 commit faae555
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions core/invoker/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,8 @@
FROM scala

ENV UID=1001 \
NOT_ROOT_USER=owuser
ENV DOCKER_VERSION=18.06.3-ce
NOT_ROOT_USER=owuser \
DOCKER_VERSION=18.06.3-ce
# If you change the docker version here, it has implications on invoker runc support.
# Docker server version and the invoker docker version must be the same to enable runc usage.
# If this cannot be guaranteed, set `invoker_use_runc: false` in the ansible env.
Expand Down

0 comments on commit faae555

Please sign in to comment.