Skip to content

Commit 278b9e6

Browse files
fix: revert to 12
we would need to rewrite the database to use postgres 18, this will be done on the new runcodes, so this repo will stay on the legacy postgres 12
1 parent 053d6e0 commit 278b9e6

2 files changed

Lines changed: 2 additions & 4 deletions

File tree

docker/Dockerfile.development

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
1-
FROM postgres:18-alpine
1+
FROM postgres:12-alpine
22

33
COPY ./schema/development.sql /docker-entrypoint-initdb.d/01-init.sql
44
COPY ./init/runcodes-password.sh /docker-entrypoint-initdb.d/02-init.sh
55
RUN chmod +x /docker-entrypoint-initdb.d/02-init.sh
6-

docker/Dockerfile.production

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
1-
FROM postgres:18-alpine
1+
FROM postgres:12-alpine
22

33
COPY ./schema/production.sql /docker-entrypoint-initdb.d/01-init.sql
44
COPY ./init/runcodes-password.sh /docker-entrypoint-initdb.d/02-init.sh
55
RUN chmod +x /docker-entrypoint-initdb.d/02-init.sh
6-

0 commit comments

Comments
 (0)