Skip to content

Commit

Permalink
update Dockerimages
Browse files Browse the repository at this point in the history
  • Loading branch information
alv-around committed Aug 27, 2024
1 parent 8431854 commit 905b33a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Dockerfile.local
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM rustlang/rust:nightly-alpine3.15
FROM rustlang/rust:nightly-alpine3.19

WORKDIR /app

Expand Down
2 changes: 1 addition & 1 deletion Dockerfile.prod
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM rustlang/rust:nightly-alpine3.12 as build
FROM rustlang/rust:nightly-alpine3.19 as build

WORKDIR /build

Expand Down

0 comments on commit 905b33a

Please sign in to comment.