Skip to content

Commit

Permalink
Fix docker
Browse files Browse the repository at this point in the history
  • Loading branch information
veluca93 committed Feb 12, 2025
1 parent a851e1e commit a8300be
Show file tree
Hide file tree
Showing 3 changed files with 73 additions and 162 deletions.
4 changes: 2 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
# FRONTEND
# ------------------------------------------------------

FROM node:lts-buster-slim AS frontend-builder
FROM node:lts-bookworm-slim AS frontend-builder

WORKDIR /frontend

Expand Down Expand Up @@ -40,7 +40,7 @@ RUN ./setup.py install
# COMMUNICATION
# ------------------------------------------------------

FROM rust:1.83 as communication-builder
FROM rust:1.84-bookworm as communication-builder

COPY communication/src /build/src
COPY communication/Cargo.toml /build
Expand Down
229 changes: 70 additions & 159 deletions communication/Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit a8300be

Please sign in to comment.