Skip to content

Commit 5c8c521

Browse files
MOTHER
1 parent 082e076 commit 5c8c521

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docker/Dockerfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,7 @@ VOLUME /usr/src/app/config/
7676
EXPOSE 9293
7777
ENTRYPOINT [ "bundle", "exec", "ruby", "cli/cli.rb", "start" ]
7878

79-
FROM jruby:latest as jruby
79+
FROM jruby:9.4.7-jdk21 as jruby
8080
WORKDIR /usr/src/app
8181
COPY . .
8282
COPY node_modules/ node_modules/

0 commit comments

Comments
 (0)