Skip to content

Commit 541053f

Browse files
committed
fix docker image reference
1 parent 15b4ad3 commit 541053f

File tree

1 file changed

+1
-1
lines changed
  • examples/make a geographic data application using sqlite extensions

1 file changed

+1
-1
lines changed

examples/make a geographic data application using sqlite extensions/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
FROM debian:stable-slim
22

3-
COPY --from=sqlpage/SQLPage:main /usr/local/bin/sqlpage /usr/local/bin/sqlpage
3+
COPY --from=lovasoa/sqlpage:main /usr/local/bin/sqlpage /usr/local/bin/sqlpage
44

55
RUN apt-get update && \
66
apt-get -y install libsqlite3-mod-spatialite

0 commit comments

Comments
 (0)