Skip to content

Commit 053d6e0

Browse files
Merge pull request #2 from runcodes-icmc/dependabot/docker/docker/docker-images-782ade76a5
chore(docker-images): bump postgres from 12-alpine to 18-alpine in /docker in the docker-images group across 1 directory
2 parents 1075438 + 0082ccf commit 053d6e0

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

docker/Dockerfile.development

100755100644
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

100755100644
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)