Skip to content

Commit

Permalink
Bump base image (#1008)
Browse files Browse the repository at this point in the history
Co-authored-by: Milo123459 <[email protected]>
  • Loading branch information
railway-bot and Milo123459 authored Nov 17, 2023
1 parent 9fd7db6 commit 6cace62
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/nixpacks/images.rs
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
pub const DEBIAN_BASE_IMAGE: &str = "ghcr.io/railwayapp/nixpacks:debian-1697500996";
pub const UBUNTU_BASE_IMAGE: &str = "ghcr.io/railwayapp/nixpacks:ubuntu-1697500996";
pub const DEBIAN_BASE_IMAGE: &str = "ghcr.io/railwayapp/nixpacks:debian-1699920194";
pub const UBUNTU_BASE_IMAGE: &str = "ghcr.io/railwayapp/nixpacks:ubuntu-1699920194";
pub const DEFAULT_BASE_IMAGE: &str = UBUNTU_BASE_IMAGE;

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

0 comments on commit 6cace62

Please sign in to comment.