Skip to content

Commit 423d972

Browse files
authored
Bump Ray version to 1.4.1 (#13)
1 parent 5e85956 commit 423d972

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
# limitations under the License.
1515
#
1616

17-
ARG base_image=rayproject/ray:1.4.0-py38
17+
ARG base_image=rayproject/ray:1.4.1-py38
1818
FROM ${base_image}
1919

2020
COPY --from=docker.io/apache/camel-k:1.4.0 /usr/local/bin/kamel /usr/local/bin/

Dockerfile.release

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
# limitations under the License.
1515
#
1616

17-
ARG base_image=rayproject/ray:1.4.0-py38
17+
ARG base_image=rayproject/ray:1.4.1-py38
1818
FROM ${base_image}
1919

2020
COPY --from=docker.io/apache/camel-k:1.4.0 /usr/local/bin/kamel /usr/local/bin/

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -229,7 +229,7 @@ add the necessary dependencies to enable the running of Camel-K sources and
229229
sinks in local mode inside the container.
230230
The all-in-one Rayvens container image distributed on
231231
[quay.io](https://quay.io/repository/ibm/rayvens) adds Camel-K 1.4 to a base
232-
`rayproject/ray:1.4.0-py38` image. See [Dockerfile.release](Dockerfile.release)
232+
`rayproject/ray:1.4.1-py38` image. See [Dockerfile.release](Dockerfile.release)
233233
for specifics.
234234

235235
### Operator Mode Prerequisites

0 commit comments

Comments
 (0)