We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 144b4f9 commit fd013d6Copy full SHA for fd013d6
src/nixpacks/images.rs
@@ -1,5 +1,5 @@
1
-pub const DEBIAN_BASE_IMAGE: &str = "ghcr.io/railwayapp/nixpacks:debian-1745885067";
2
-pub const UBUNTU_BASE_IMAGE: &str = "ghcr.io/railwayapp/nixpacks:ubuntu-1745885067";
+pub const DEBIAN_BASE_IMAGE: &str = "ghcr.io/railwayapp/nixpacks:debian-${STEPS_DATE_OUTPUTS_DATE}";
+pub const UBUNTU_BASE_IMAGE: &str = "ghcr.io/railwayapp/nixpacks:ubuntu-${STEPS_DATE_OUTPUTS_DATE}";
3
pub const DEFAULT_BASE_IMAGE: &str = UBUNTU_BASE_IMAGE;
4
5
pub const STANDALONE_IMAGE: &str = "ubuntu:noble";
0 commit comments