Skip to content

Commit 1ceaa50

Browse files
committed
feat: install Postgres libs and update the base image
1 parent 8bba57c commit 1ceaa50

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)