File tree Expand file tree Collapse file tree 3 files changed +6
-3
lines changed Expand file tree Collapse file tree 3 files changed +6
-3
lines changed Original file line number Diff line number Diff line change @@ -23,6 +23,7 @@ PROTOC_BASE=${DEFAULT_BASE}
2323PYTHON_VERSION = 3.10
2424PYTHON2_VERSION = 2.7.18
2525RUBY_VERSION = 3.1.1
26+ RUST_VERSION = 1.59.0
2627S3CMD_BASE = python:${ PYTHON_VERSION } -${ DEFAULT_BASE_IMAGE }
2728S3CMD_VERSION = 2.2.0
2829SWAGGER_CODEGEN_VERSION = 3.0.29
Original file line number Diff line number Diff line change @@ -45,8 +45,10 @@ dockerized <command>
4545 - python
4646 - python2
4747 - ruby
48+ - rust
4849- Unix
4950 - tree
51+ - zip
5052
5153
5254## Installation
Original file line number Diff line number Diff line change @@ -134,9 +134,9 @@ services:
134134 ruby :
135135 image : " ruby:${RUBY_VERSION}"
136136 entrypoint : [ "ruby" ]
137- # rustc:
138- # image: "rust:${RUST_VERSION}"
139- # entrypoint: [ "rustc" ]
137+ rustc :
138+ image : " rust:${RUST_VERSION}"
139+ entrypoint : [ "rustc" ]
140140 s3cmd :
141141 build :
142142 context : apps/s3cmd
You can’t perform that action at this time.
0 commit comments