Skip to content

Commit

Permalink
dev: Fix earthengine version to 0.1.408
Browse files Browse the repository at this point in the history
  • Loading branch information
tomjanus committed Sep 20, 2024
1 parent ac7f1e1 commit 9a8d635
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

# heet_cli.py requires Python 3.8
ARG PYTHON_VERSION=3.8.18
FROM python:${PYTHON_VERSION}-slim as base
FROM python:${PYTHON_VERSION}-slim AS base

# Prevents Python from writing pyc files.
ENV PYTHONDONTWRITEBYTECODE=1
Expand Down
2 changes: 1 addition & 1 deletion compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ services:
geocaret:
build:
context: .
image: geocaret
image: geocaret_image
volumes:
- ${GEOCARET_AUTH_PATH:-./auth}:/home/appuser/.config
- ./data:/home/appuser/geocaret/data
Expand Down
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ pytest
pytest-cov
pandas
frictionless<=4.40.8
earthengine-api==0.1.345
earthengine-api==0.1.408
pyyaml
polling2
yaspin
Expand Down

0 comments on commit 9a8d635

Please sign in to comment.