Skip to content

Commit

Permalink
Update to use Python 3.12, update MapProxy to 3.0.1.
Browse files Browse the repository at this point in the history
  • Loading branch information
ropable committed Oct 17, 2024
1 parent 61354e8 commit 08b0a0c
Show file tree
Hide file tree
Showing 5 changed files with 764 additions and 528 deletions.
2 changes: 1 addition & 1 deletion .gitignore
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
.env
config.yaml
config/
mapproxy.yaml
seed.yaml
.python-version
Expand Down
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# syntax=docker/dockerfile:1
# Prepare the base environment.
FROM python:3.11.9-slim AS builder_base_mapproxy
FROM python:3.12.7-slim AS builder_base_mapproxy
LABEL [email protected]
LABEL org.opencontainers.image.source=https://github.com/dbca-wa/mapproxy

Expand Down
Loading

0 comments on commit 08b0a0c

Please sign in to comment.