From 36da81aced890652eaad932dc910cfbf2c609bdf Mon Sep 17 00:00:00 2001 From: Luca Colagrande Date: Thu, 3 Oct 2024 21:13:01 +0200 Subject: [PATCH] REVERT: Point to Snitch container on `occamy` branch --- util/container/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/util/container/Dockerfile b/util/container/Dockerfile index 0e9624360..ac24521d1 100644 --- a/util/container/Dockerfile +++ b/util/container/Dockerfile @@ -5,7 +5,7 @@ # Docker container for Occamy development. # 1. Stage -FROM ghcr.io/pulp-platform/snitch_cluster:main AS occamy +FROM ghcr.io/pulp-platform/snitch_cluster:occamy AS occamy ARG HOST_RISCV_GCC_VERSION=8.3.0-2020.04.0 LABEL version="0.1"