We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 8bba57c + 1ceaa50 commit 33e2987Copy full SHA for 33e2987
migration-tools/rake.Dockerfile
@@ -1,6 +1,6 @@
1
-FROM ruby:3.0.1-alpine3.13
+FROM ruby:3.0.4-alpine3.15
2
3
-RUN apk add --no-cache bash
+RUN apk add --no-cache bash libpq-dev ruby-dev gcc libffi-dev libc-dev make
4
5
COPY ./migration-tools/entrypoint.sh /entrypoint.sh
6
0 commit comments