Skip to content

Commit

Permalink
Update
Browse files Browse the repository at this point in the history
  • Loading branch information
Youssef-Harby committed Apr 26, 2024
1 parent 21f0f53 commit e849958
Show file tree
Hide file tree
Showing 7 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/docker-build-push.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ on:

jobs:
docker:
runs-on: self-hosted
runs-on: ubuntu-latest

env:
DOCKER_TAG: latest
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/poetry-pypi.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ jobs:
publish:
runs-on: ubuntu-latest
container:
image: ghcr.io/osgeo/gdal:ubuntu-full-3.7.2
image: ghcr.io/osgeo/gdal:ubuntu-full-3.8.5

env:
POETRY_NO_INTERACTION: 1
Expand Down
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
ARG GDAL_VERSION=3.8.4
ARG GDAL_VERSION=3.8.5
FROM ghcr.io/osgeo/gdal:ubuntu-full-${GDAL_VERSION}

LABEL maintainer="Youssef Harby <[email protected]>"
Expand Down
2 changes: 1 addition & 1 deletion config.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
global_variables:
release: "2024-02-15-alpha.0"
release: "2024-04-16-beta.0"
s3_region: "us-west-2"
default_theme: "places"
default_type: "*"
Expand Down
2 changes: 1 addition & 1 deletion docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ services:
args:
- OS_ARCH=linux
- PLATFORM_ARCH=aarch64 # amd64, i386, rpi, aarch64
- GDAL_VERSION=3.7.2
- GDAL_VERSION=3.8.5
image: ghcr.io/youssef-harby/overturemapsdownloader:latest
command: ["jupyter", "notebook", "--port=8888", "--no-browser", "--ip=0.0.0.0", "--NotebookApp.token=''", "--allow-root"]
restart: unless-stopped
Expand Down
2 changes: 1 addition & 1 deletion overturemapsdownloader/schemas
Submodule schemas updated 298 files
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 = "overturemapsdownloader"
version = "0.1.7"
version = "0.1.8"
description = "Overture Maps Downloader simplifies geospatial data manipulation"
authors = ["Youssef-Harby <[email protected]>"]
readme = "README.md"
Expand Down

0 comments on commit e849958

Please sign in to comment.