Skip to content

Commit 34c7c68

Browse files
Bump apache/spark in /docker/apachespark (#6279)
Bumps apache/spark from 3.5.5-python3 to 4.0.0-python3. --- updated-dependencies: - dependency-name: apache/spark dependency-version: 4.0.0-python3 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 0d51f52 commit 34c7c68

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docker/apachespark/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM apache/spark:3.5.5-python3
1+
FROM apache/spark:4.0.0-python3
22

33
COPY ./long_running.py /opt/spark/examples/src/main/python/long_running.py
44
CMD [ "/opt/spark/bin/spark-submit", "/opt/spark/examples/src/main/python/long_running.py" ]

0 commit comments

Comments
 (0)