Skip to content

Commit

Permalink
Bump dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
The-Fireplace committed Sep 18, 2023
1 parent 3c8f4c3 commit bed5e54
Show file tree
Hide file tree
Showing 3 changed files with 25 additions and 26 deletions.
45 changes: 22 additions & 23 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "httpserve"
version = "0.1.1"
version = "0.1.2"
edition = "2021"

[dependencies]
Expand Down
4 changes: 2 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# 1. Build rust
FROM rust:1.70 as build
FROM rust:1.72 as build

# Create a new empty shell project
RUN USER=root cargo new --bin httpserve
Expand All @@ -21,7 +21,7 @@ RUN rm -f ./target/release/deps/httpserve*
RUN cargo install --path .

# 2. Package in a small production image
FROM debian:bullseye-slim
FROM debian:bookworm-slim
WORKDIR /web

# copy the build artifact from the build stage
Expand Down

0 comments on commit bed5e54

Please sign in to comment.