Skip to content

Commit e8cb3da

Browse files
authored
chore: update to latest datasette version (#4)
1 parent 73f34cb commit e8cb3da

3 files changed

Lines changed: 2 additions & 3 deletions

File tree

CODE_LICENSE

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
MIT License
22

3-
Copyright (c) 2025 Ashton Abdiukov
3+
Copyright (c) 2025-2026 Ashton Abdiukov
44

55
Permission is hereby granted, free of charge, to any person obtaining a copy
66
of this software and associated documentation files (the "Software"), to deal

src/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ RUN pwsh ./initialize-databases.ps1
1212
RUN rm -r csv
1313

1414
# Final image
15-
FROM datasetteproject/datasette:0.65.1 AS final-image
15+
FROM datasetteproject/datasette:0.65.2 AS final-image
1616
# 3. Install dependencies on final image
1717
RUN pip install datasette-cluster-map
1818
# 4. Copy files over from build image

src/run-entrypoint.sh

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
#!/usr/bin/env bash
22
set -e
3-
43
echo "Scanning for .db files under 'databases'..."
54

65
# Find all .db files under ./databases/ and sort them case-insensitively

0 commit comments

Comments
 (0)