Skip to content

Commit

Permalink
Update ubuntu version in Docker
Browse files Browse the repository at this point in the history
  • Loading branch information
Kobzol committed Mar 15, 2024
1 parent 6c89695 commit 713331d
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 @@ -24,7 +24,7 @@ COPY database database

RUN cargo build --release

FROM ubuntu:20.04 as runtime
FROM ubuntu:22.04 as runtime

WORKDIR /

Expand Down

0 comments on commit 713331d

Please sign in to comment.