Skip to content

Commit d488a81

Browse files
committed
- switched database to alpine
1 parent fad5887 commit d488a81

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

database/Dockerfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
ARG version=13.1
22

3-
FROM postgres:$version as db
3+
FROM postgres:${version}-alpine as db
44
COPY docker-entrypoint-initdb.d/* /docker-entrypoint-initdb.d/
55
HEALTHCHECK --interval=5s --timeout=3s CMD pg_isready -d postgres -U postgres
66

0 commit comments

Comments
 (0)