Skip to content

Commit

Permalink
chore(docker): update to ubuntu 24
Browse files Browse the repository at this point in the history
  • Loading branch information
MarcoIeni committed Oct 1, 2024
1 parent 1b9a796 commit f9b3b40
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
# Build image #
#################

FROM ubuntu:focal AS build
FROM ubuntu:24.04 AS build

RUN apt-get update && DEBIAN_FRONTEND=noninteractive apt-get install -y \
ca-certificates \
Expand Down Expand Up @@ -51,7 +51,7 @@ RUN find /source -name "*.rs" -exec touch {} \; && cargo build --release
# Output image #
##################

FROM ubuntu:focal AS binary
FROM ubuntu:24.04 AS binary

RUN apt-get update && DEBIAN_FRONTEND=noninteractive apt-get install -y \
docker.io \
Expand Down

0 comments on commit f9b3b40

Please sign in to comment.