We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 34d7543 commit e6c30ecCopy full SHA for e6c30ec
src/nixpacks/images.rs
@@ -1,5 +1,5 @@
1
-pub const DEBIAN_BASE_IMAGE: &str = "ghcr.io/railwayapp/nixpacks:debian-1741046653";
2
-pub const UBUNTU_BASE_IMAGE: &str = "ghcr.io/railwayapp/nixpacks:ubuntu-1741046653";
+pub const DEBIAN_BASE_IMAGE: &str = "ghcr.io/railwayapp/nixpacks:debian-1742861060";
+pub const UBUNTU_BASE_IMAGE: &str = "ghcr.io/railwayapp/nixpacks:ubuntu-1742861060";
3
pub const DEFAULT_BASE_IMAGE: &str = UBUNTU_BASE_IMAGE;
4
5
pub const STANDALONE_IMAGE: &str = "ubuntu:jammy";
0 commit comments