Skip to content

Commit a5ee0b0

Browse files
chore: update docker image (needs migration to update on production)
1 parent 278b9e6 commit a5ee0b0

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

docker/Dockerfile.development

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM postgres:12-alpine
1+
FROM postgres:18-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

docker/Dockerfile.production

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM postgres:12-alpine
1+
FROM postgres:18-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

0 commit comments

Comments
 (0)