Skip to content

Commit

Permalink
fix docker
Browse files Browse the repository at this point in the history
  • Loading branch information
tbraun96 committed Oct 5, 2024
1 parent d16f847 commit 1b31d6e
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion docker/client/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM rust:1.70 as builder
FROM rust:1.81 as builder
WORKDIR /usr/src/client
COPY . .
COPY ./docker/set_nat.sh .
Expand Down
2 changes: 1 addition & 1 deletion docker/peer/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM rust:1.70 as builder
FROM rust:1.81 as builder
WORKDIR /usr/src/peer
COPY . .
COPY ./docker/set_nat.sh .
Expand Down
2 changes: 1 addition & 1 deletion docker/server/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM rust:1.70 as builder
FROM rust:1.81 as builder
WORKDIR /usr/src/server
COPY . .
COPY ./docker/set_nat.sh .
Expand Down

0 comments on commit 1b31d6e

Please sign in to comment.