Skip to content
This repository has been archived by the owner on Mar 20, 2023. It is now read-only.

Commit

Permalink
chore: use the official docker enarx image
Browse files Browse the repository at this point in the history
Signed-off-by: Nicholas Farshidmehr <[email protected]>
  • Loading branch information
definitelynobody committed Aug 19, 2022
1 parent 02c7308 commit 16e287f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main.rs
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@ static JOBS: Lazy<RwLock<Jobs>> = Lazy::new(Default::default);
// TODO: raise this when this is fixed: https://github.com/profianinc/benefice/issues/75
const READ_TIMEOUT: Duration = Duration::from_millis(500);
const TOML_MAX: usize = 256 * 1024; // 256 KiB
const ENARX_DOCKER_IMAGE_TAG: &str = "enarx:0.6.3";
const ENARX_DOCKER_IMAGE_TAG: &str = "enarx/enarx:0.6.3";

lazy_static! {
static ref EXAMPLES: Vec<&'static str> = include_str!("../examples.txt")
Expand Down

0 comments on commit 16e287f

Please sign in to comment.