Skip to content

Commit

Permalink
Merge pull request #32 from permitio/fix/per-8547-fix-dockerfile
Browse files Browse the repository at this point in the history
upgrade rust version in the dockerfile
  • Loading branch information
omer9564 authored May 27, 2024
2 parents ed816f4 + 2c6d4b0 commit 687efc5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM rust:1.69-bullseye as build
FROM rust:1.77-bullseye as build

WORKDIR /agent
ARG CARGO_FLAGS="--release"
Expand Down

0 comments on commit 687efc5

Please sign in to comment.