Skip to content

Commit 9a42606

Browse files
committed
update docker for db
1 parent e621bab commit 9a42606

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -112,3 +112,4 @@ docs/src/api/*
112112

113113
traefik.toml
114114
routes.toml
115+
.tms/

dockerfiles/Dockerfile.db

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
1-
FROM ghcr.io/vincentsarago/postgis:14-3.3
1+
FROM ghcr.io/vincentsarago/postgis:14-3.4
22

33
COPY data/*.sql /docker-entrypoint-initdb.d/

0 commit comments

Comments
 (0)