util-docker: Remove version from systemc Docker context

This simplifies things slightly.

Change-Id: I1263e385f7adeb2b83cdc09f7f6903be9193c467
This commit is contained in:
Bobby R. Bruce
2024-06-24 11:46:45 -07:00
parent c291678881
commit e03a20bdb4
2 changed files with 1 additions and 1 deletions

View File

@@ -105,7 +105,7 @@ target "sst" {
target "systemc" {
inherits = ["common"]
dockerfile = "Dockerfile"
context = "systemc-2.3.3"
context = "systemc"
tags = ["${IMAGE_URI}/systemc-env:${TAG}"]
}