Skip to content

Commit

Permalink
chore(backend): bump rust version
Browse files Browse the repository at this point in the history
  • Loading branch information
Data5tream committed Jul 25, 2023
1 parent 042eeea commit 3d5a9f5
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
Expand Up @@ -8,7 +8,7 @@ ENV NODE_ENV=production
ENV PUBLIC_API_URL=""
RUN pnpm run build

FROM rust:1.70 AS backend
FROM rust:1.71 AS backend
WORKDIR /usr/src/status-page
COPY ["Cargo.lock", "Cargo.toml", "./"]
RUN cargo
Expand Down

0 comments on commit 3d5a9f5

Please sign in to comment.