Skip to content

Commit

Permalink
Upgrade Docker image to Python 3.10.13 (#205)
Browse files Browse the repository at this point in the history
  • Loading branch information
Shinnnyshinshin committed Apr 17, 2024
1 parent 34f47ff commit 351c972
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM python:3.10.12-slim
FROM python:3.10.13-slim
WORKDIR /app/

# File Structure:
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "great_expectations_cloud"
version = "0.0.47"
version = "20240417.0"
description = "Great Expectations Cloud"
authors = ["The Great Expectations Team <team@greatexpectations.io>"]
repository = "https://github.com/great-expectations/cloud"
Expand Down

0 comments on commit 351c972

Please sign in to comment.