Skip to content

Commit fd013d6

Browse files
Milo123459github-actions[bot]
authored andcommitted
Bump base image
1 parent 144b4f9 commit fd013d6

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/nixpacks/images.rs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -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";
1+
pub const DEBIAN_BASE_IMAGE: &str = "ghcr.io/railwayapp/nixpacks:debian-${STEPS_DATE_OUTPUTS_DATE}";
2+
pub const UBUNTU_BASE_IMAGE: &str = "ghcr.io/railwayapp/nixpacks:ubuntu-${STEPS_DATE_OUTPUTS_DATE}";
33
pub const DEFAULT_BASE_IMAGE: &str = UBUNTU_BASE_IMAGE;
44

55
pub const STANDALONE_IMAGE: &str = "ubuntu:noble";

0 commit comments

Comments
 (0)