Skip to content

Commit

Permalink
use rust 1.82 for both images
Browse files Browse the repository at this point in the history
  • Loading branch information
frankh committed Feb 3, 2025
1 parent f47389c commit 7587589
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ RUN pnpm build
#
# ---------------------------------------------------------
#
FROM ghcr.io/posthog/rust-node-container:bookworm_rust_1.80.1-node_18.19.1 AS plugin-server-build
FROM ghcr.io/posthog/rust-node-container:bookworm_rust_1.82-node_18.19.1 AS plugin-server-build
WORKDIR /code
COPY ./rust ./rust
COPY ./common/plugin_transpiler/ ./common/plugin_transpiler/
Expand Down
2 changes: 1 addition & 1 deletion rust/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM docker.io/lukemathwalker/cargo-chef:latest-rust-1.84-bookworm AS chef
FROM docker.io/lukemathwalker/cargo-chef:latest-rust-1.82-bookworm AS chef
ARG BIN
WORKDIR /app

Expand Down

0 comments on commit 7587589

Please sign in to comment.