Skip to content

Commit 33e2987

Browse files
committed
Merge branch 'rake-pg-tool' into 'master'
feat: install Postgres libs and update the base image See merge request postgres-ai/custom-images!38
2 parents 8bba57c + 1ceaa50 commit 33e2987

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

migration-tools/rake.Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
1-
FROM ruby:3.0.1-alpine3.13
1+
FROM ruby:3.0.4-alpine3.15
22

3-
RUN apk add --no-cache bash
3+
RUN apk add --no-cache bash libpq-dev ruby-dev gcc libffi-dev libc-dev make
44

55
COPY ./migration-tools/entrypoint.sh /entrypoint.sh
66

0 commit comments

Comments
 (0)