File tree Expand file tree Collapse file tree 3 files changed +7
-7
lines changed Expand file tree Collapse file tree 3 files changed +7
-7
lines changed Original file line number Diff line number Diff line change 1111 name : cargo fmt
1212 runs-on : ubuntu-latest
1313 container :
14- image : rust:1.80 -bookworm
14+ image : rust:1.81 -bookworm
1515 steps :
1616 - uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4
1717 - run : |
3434 ports :
3535 - 5432:5432
3636 container :
37- image : rust:1.80 -bookworm
37+ image : rust:1.81 -bookworm
3838 env :
3939 DATABASE_URL : postgres://postgres@postgres:5432
4040 steps :
6161 name : cargo clippy
6262 runs-on : ubuntu-latest
6363 container :
64- image : rust:1.80 -bookworm
64+ image : rust:1.81 -bookworm
6565 env :
6666 DATABASE_URL : postgres://postgres@postgres:5432
6767 SQLX_OFFLINE : true
@@ -103,7 +103,7 @@ jobs:
103103 ports :
104104 - 5432:5432
105105 container :
106- image : rust:1.80 -bookworm
106+ image : rust:1.81 -bookworm
107107 env :
108108 DATABASE_URL : postgres://postgres@postgres:5432
109109 steps :
@@ -153,7 +153,7 @@ jobs:
153153 ports :
154154 - 5432:5432
155155 container :
156- image : rust:1.80 -bookworm
156+ image : rust:1.81 -bookworm
157157 env :
158158 DATABASE_URL : postgres://postgres@postgres:5432
159159 steps :
Original file line number Diff line number Diff line change 1- FROM rust:1.80 -bookworm as build
1+ FROM rust:1.81 -bookworm as build
22
33WORKDIR /root
44COPY . .
Original file line number Diff line number Diff line change 1- FROM rust:1.80 -bookworm as build
1+ FROM rust:1.81 -bookworm as build
22
33WORKDIR /root
44COPY . .
You can’t perform that action at this time.
0 commit comments