Skip to content

Commit 01c4e79

Browse files
author
Zinuo
committed
format: format the invoker's Dockerfile
1 parent 4babe39 commit 01c4e79

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

core/invoker/Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,8 +18,8 @@
1818
FROM scala
1919

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

0 commit comments

Comments
 (0)