Skip to content

Commit

Permalink
Bump base image
Browse files Browse the repository at this point in the history
  • Loading branch information
Milo123459 authored and github-actions[bot] committed May 21, 2024
1 parent 3f737b2 commit f2112cd
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-1715645001";
pub const UBUNTU_BASE_IMAGE: &str = "ghcr.io/railwayapp/nixpacks:ubuntu-1715645001";
pub const DEBIAN_BASE_IMAGE: &str = "ghcr.io/railwayapp/nixpacks:debian-1716249803";
pub const UBUNTU_BASE_IMAGE: &str = "ghcr.io/railwayapp/nixpacks:ubuntu-1716249803";
pub const DEFAULT_BASE_IMAGE: &str = UBUNTU_BASE_IMAGE;

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

0 comments on commit f2112cd

Please sign in to comment.