Skip to content

Commit

Permalink
feat: update maps data to 4.0.0 and other dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
JfrAziz committed Oct 4, 2024
1 parent d413f69 commit 2342fea
Show file tree
Hide file tree
Showing 5 changed files with 3,246 additions and 933 deletions.
8 changes: 4 additions & 4 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM node:20-slim as frontend-build
FROM node:22-slim AS frontend-build

ENV PNPM_HOME="/pnpm"

Expand All @@ -16,13 +16,13 @@ RUN pnpm run build


# build caddy with some extensions
FROM caddy:builder-alpine AS caddy-build
FROM caddy:builder AS caddy-build

RUN xcaddy build \
--with github.com/protomaps/go-pmtiles/caddy
--with github.com/protomaps/go-pmtiles/caddy@v1.21.0


FROM caddy:alpine
FROM caddy:latest

COPY Caddyfile /etc/caddy/

Expand Down
3 changes: 1 addition & 2 deletions biome.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"$schema": "https://biomejs.dev/schemas/1.8.0/schema.json",
"$schema": "https://biomejs.dev/schemas/1.9.3/schema.json",
"files": {
"maxSize": 5242880
},
Expand Down Expand Up @@ -88,7 +88,6 @@
"useValidTypeof": "error"
},
"nursery": {
"noConsole": "warn",
"useSortedClasses": {
"level": "warn",
"options": {
Expand Down
Loading

0 comments on commit 2342fea

Please sign in to comment.