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.
1 parent 8bba57c commit 1ceaa50Copy full SHA for 1ceaa50
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