Skip to content

Commit

Permalink
chore(deps): update rust docker tag to v1.75.0
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] committed Jan 23, 2024
1 parent 29d3bb8 commit e3f2559
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion srcs/services/item_producer/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
ARG DISTROLESS_TAG=nonroot

# TODO: bind to the rust-version from Cargo.toml intead or latest
FROM rust:1.70.0 AS build
FROM rust:1.75.0 AS build
WORKDIR /app
COPY srcs srcs
COPY .sqlx .sqlx
Expand Down
2 changes: 1 addition & 1 deletion srcs/services/user_service/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
ARG DISTROLESS_TAG=nonroot

# TODO: bind to the rust-version from Cargo.toml intead or latest
FROM rust:1.70.0 AS build
FROM rust:1.75.0 AS build
WORKDIR /app
COPY srcs srcs
COPY .sqlx .sqlx
Expand Down

0 comments on commit e3f2559

Please sign in to comment.