Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
mpiorowski committed Dec 11, 2023
1 parent e2117bb commit 2ec6bc7
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion service-notes/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ COPY . .
CMD ["cargo", "run"]

# Build image
FROM rust:1.71 as build
FROM rust:1.74 as build

WORKDIR /app

Expand Down
2 changes: 1 addition & 1 deletion service-users/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ COPY . .
CMD ["cargo", "run"]

# Build image
FROM rust:1.71 as build
FROM rust:1.74 as build

WORKDIR /app

Expand Down
2 changes: 1 addition & 1 deletion service-utils/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ COPY . .
CMD ["cargo", "run"]

# Build image
FROM rust:1.71 as build
FROM rust:1.74 as build

WORKDIR /app

Expand Down

0 comments on commit 2ec6bc7

Please sign in to comment.