File tree Expand file tree Collapse file tree 3 files changed +343
-398
lines changed
Expand file tree Collapse file tree 3 files changed +343
-398
lines changed Original file line number Diff line number Diff line change 11# Note that this ENV is the name of an argument/variable, not the Dockerfile ENV command
22ARG ENV
3- ARG PYTHON_VERSION="3.11 "
3+ ARG PYTHON_VERSION="3.12 "
44ARG USR_LOCAL_BIN=/usr/local/bin
5- ARG UV_VERSION="0.9.11 "
5+ ARG UV_VERSION="0.9.22 "
66ARG VENV_DIR=/app/.venv
77
88FROM --platform=linux/amd64 ubuntu:noble AS build
Original file line number Diff line number Diff line change 22name = " gfw-tile-cache"
33version = " 0.1.0"
44description = " Add your description here"
5- requires-python = " ~=3.11 .0"
5+ requires-python = " ~=3.12 .0"
66dependencies = [
77 " aenum<3.0" ,
88 " aioboto3" ,
@@ -28,7 +28,7 @@ dependencies = [
2828 " pydantic" ,
2929 " pydantic-settings" ,
3030 " pyproj" ,
31- " rasterio==1.4.3 " ,
31+ " rasterio==1.5.0 " ,
3232 " shapely" ,
3333 " sqlalchemy<1.4" ,
3434 " starlette" ,
You can’t perform that action at this time.
0 commit comments