Skip to content

Commit

Permalink
remove space in arg assignment (#403)
Browse files Browse the repository at this point in the history
  • Loading branch information
axkirillov authored Jul 18, 2023
1 parent 1f4c74e commit e56f3f1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/08-docker/03-customize-docker-images.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -119,7 +119,7 @@ based on unityci/editor and install blender on top of it.
### Dockerfile

```dockerfile
ARG GAMECI_IMAGE = unityci/editor:2021.3.1f1-windows-mono-1.0.1
ARG GAMECI_IMAGE=unityci/editor:2021.3.1f1-windows-mono-1.0.1
FROM $GAMECI_IMAGE

ARG BLENDER_SHORT_VERSION=3.4
Expand Down

0 comments on commit e56f3f1

Please sign in to comment.