Skip to content

Commit

Permalink
chore(docker): update ubuntu image 23.04
Browse files Browse the repository at this point in the history
  • Loading branch information
j-mendez committed Oct 29, 2023
1 parent e43f3f5 commit 6dc784c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docker/Dockerfile.ubuntu
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM ubuntu:22.04 AS builder
FROM ubuntu:23.04 AS builder

WORKDIR /app
COPY ../ .
Expand All @@ -18,7 +18,7 @@ RUN rustup update

RUN cargo install --path .

FROM ubuntu:22.04
FROM ubuntu:23.04

RUN apt-get update && apt upgrade -y \
&& apt-get install -y --no-install-recommends build-essential \
Expand Down

0 comments on commit 6dc784c

Please sign in to comment.