Skip to content

Commit

Permalink
Bump base image to Python 3.10 (databricks#166)
Browse files Browse the repository at this point in the history
  • Loading branch information
Fokko authored Jul 15, 2024
1 parent 09971d2 commit 8585b8d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion spark/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
# limitations under the License.
#
# syntax=docker/dockerfile:1
FROM python:3.9-bullseye
FROM python:3.10-bullseye

RUN apt-get update && \
apt-get install -y --no-install-recommends \
Expand Down

0 comments on commit 8585b8d

Please sign in to comment.