Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit 46ac517

Browse files
committedFeb 16, 2025·
Cargo update and bump ubuntu version in Dockerfile
1 parent 56d65ec commit 46ac517

File tree

2 files changed

+1330
-772
lines changed

2 files changed

+1330
-772
lines changed
 

‎Cargo.lock

Lines changed: 1328 additions & 770 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

‎Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
# Build image #
66
#################
77

8-
FROM ubuntu:bionic AS build
8+
FROM ubuntu:jammy AS build
99

1010
RUN apt-get update && DEBIAN_FRONTEND=noninteractive apt-get install -y \
1111
ca-certificates \
@@ -44,7 +44,7 @@ RUN find src -name "*.rs" -exec touch {} \; && cargo build --release
4444
# Output image #
4545
##################
4646

47-
FROM ubuntu:bionic AS binary
47+
FROM ubuntu:jammy AS binary
4848

4949
RUN apt-get update && DEBIAN_FRONTEND=noninteractive apt-get install -y \
5050
libpq-dev \

0 commit comments

Comments
 (0)
Please sign in to comment.