Skip to content

Commit

Permalink
Merge pull request #58 from railwayapp/jr/update-to-bullseye
Browse files Browse the repository at this point in the history
update to bullseye image
  • Loading branch information
coffee-cup authored Apr 29, 2022
2 parents 9f47751 + d0ca610 commit c0564c1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/nixpacks/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ const NIX_PACKS_VERSION: &str = env!("CARGO_PKG_VERSION");
static NIXPKGS_ARCHIVE: &str = "30d3d79b7d3607d56546dd2a6b49e156ba0ec634";

// Debian 11
static BASE_IMAGE: &str = "debian:buster-slim";
static BASE_IMAGE: &str = "debian:bullseye-slim";

#[derive(Debug)]
pub struct AppBuilderOptions {
Expand Down

0 comments on commit c0564c1

Please sign in to comment.