Skip to content

Commit

Permalink
Update ubuntu version in docker container
Browse files Browse the repository at this point in the history
  • Loading branch information
seijikun committed Oct 28, 2024
1 parent f4a87c3 commit df9999b
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 @@ -15,7 +15,7 @@ RUN rm ./target/release/deps/idlemail*
RUN cargo build --release

# Build actual runtime container
FROM ubuntu:20.04
FROM ubuntu:24.04
ARG APP=/idlemail

RUN apt-get update \
Expand Down

0 comments on commit df9999b

Please sign in to comment.