We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 082e076 commit 5c8c521Copy full SHA for 5c8c521
docker/Dockerfile
@@ -76,7 +76,7 @@ VOLUME /usr/src/app/config/
76
EXPOSE 9293
77
ENTRYPOINT [ "bundle", "exec", "ruby", "cli/cli.rb", "start" ]
78
79
-FROM jruby:latest as jruby
+FROM jruby:9.4.7-jdk21 as jruby
80
WORKDIR /usr/src/app
81
COPY . .
82
COPY node_modules/ node_modules/
0 commit comments