Skip to content

Commit e6c30ec

Browse files
Bump base image (#1295)
Co-authored-by: Milo123459 <[email protected]>
1 parent 34d7543 commit e6c30ec

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/nixpacks/images.rs

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

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

0 commit comments

Comments
 (0)