Skip to content

Commit 2cf7d40

Browse files
Finalize all CI
1 parent dddc7cb commit 2cf7d40

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

docker/Dockerfile

+3-2
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ EXPOSE 9293
4444
EXPOSE 9294
4545
ENTRYPOINT [ "bundle", "exec", "ruby", "cli/cli.rb", "start", "--node"
4646

47-
FROM ghcr.io/graalvm/truffleruby-community:23.1.2-debian as truffleruby-node
47+
FROM ghcr.io/graalvm/truffleruby-community:24-debian as truffleruby-node
4848
WORKDIR /usr/src/app
4949
COPY package*.json ./
5050
COPY . .
@@ -85,10 +85,11 @@ VOLUME /usr/src/app/config/
8585
EXPOSE 9293
8686
ENTRYPOINT [ "bundle", "exec", "ruby", "cli/cli.rb", "start" ]
8787

88-
FROM ghcr.io/graalvm/truffleruby-community:23.1.2-debian as truffleruby
88+
FROM ghcr.io/graalvm/truffleruby-community:24-debian as truffleruby
8989
WORKDIR /usr/src/app
9090
COPY . .
9191
COPY node_modules/ node_modules/
92+
RUN sudo apt update && sudo apt install -y libpq-dev
9293
RUN bundle install
9394
RUN cp config/settings.example.yml config/settings.yml
9495
VOLUME /usr/src/app/config/

0 commit comments

Comments
 (0)