Skip to content

Commit

Permalink
docker update
Browse files Browse the repository at this point in the history
  • Loading branch information
chrislearn committed Dec 4, 2024
1 parent 3579df6 commit 328bcf2
Show file tree
Hide file tree
Showing 8 changed files with 8 additions and 8 deletions.
2 changes: 1 addition & 1 deletion frameworks/Rust/salvo/salvo-diesel.dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM rust:1.83-buster
FROM rust:1.83

ENV TECHEMPOWER_POSTGRES_URL=postgres://benchmarkdbuser:benchmarkdbpass@tfb-database/hello_world
ENV TECHEMPOWER_MAX_POOL_SIZE=28
Expand Down
2 changes: 1 addition & 1 deletion frameworks/Rust/salvo/salvo-lru.dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM rust:1.83-buster
FROM rust:1.83

ENV TECHEMPOWER_POSTGRES_URL=postgres://benchmarkdbuser:benchmarkdbpass@tfb-database/hello_world

Expand Down
2 changes: 1 addition & 1 deletion frameworks/Rust/salvo/salvo-mongo-raw.dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM rust:1.83-buster
FROM rust:1.83

ENV TECHEMPOWER_MONGODB_URL=mongodb://tfb-database:27017
ENV TECHEMPOWER_MAX_POOL_SIZE=28
Expand Down
2 changes: 1 addition & 1 deletion frameworks/Rust/salvo/salvo-mongo.dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM rust:1.83-buster
FROM rust:1.83

ENV TECHEMPOWER_MONGODB_URL=mongodb://tfb-database:27017
ENV TECHEMPOWER_MAX_POOL_SIZE=28
Expand Down
2 changes: 1 addition & 1 deletion frameworks/Rust/salvo/salvo-pg-pool.dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM rust:1.83-buster
FROM rust:1.83

ENV TECHEMPOWER_POSTGRES_URL=postgres://benchmarkdbuser:benchmarkdbpass@tfb-database/hello_world
ENV TECHEMPOWER_MAX_POOL_SIZE=28
Expand Down
2 changes: 1 addition & 1 deletion frameworks/Rust/salvo/salvo-pg.dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM rust:1.83-buster
FROM rust:1.83

ENV TECHEMPOWER_POSTGRES_URL=postgres://benchmarkdbuser:benchmarkdbpass@tfb-database/hello_world

Expand Down
2 changes: 1 addition & 1 deletion frameworks/Rust/salvo/salvo-sqlx.dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM rust:1.83-buster
FROM rust:1.83

ENV TECHEMPOWER_POSTGRES_URL=postgres://benchmarkdbuser:benchmarkdbpass@tfb-database/hello_world
ENV TECHEMPOWER_MAX_POOL_SIZE=56
Expand Down
2 changes: 1 addition & 1 deletion frameworks/Rust/salvo/salvo.dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM rust:1.83-buster
FROM rust:1.83

ADD ./ /salvo
WORKDIR /salvo
Expand Down

0 comments on commit 328bcf2

Please sign in to comment.