Skip to content

Commit 93ea714

Browse files
authored
fix: update Makefile for dotnet8-env (#431)
* fix: update Makefile for dotnet8-env * fix: bump version for release
1 parent ed39c2d commit 93ea714

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

dotnet8/Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ all: dotnet8-env-img dotnet8-builder-img
88

99
dotnet8-env-img: Dockerfile
1010
@echo === Building image $(REPO)/dotnet8-env:$(TAG) using context $(CURDIR) and dockerfile $<
11-
docker build --platform=$(PLATFORMS) -t $(REPO)/dotnet8-env:$(TAG) -f $< .
11+
docker buildx build --platform=$(PLATFORMS) -t $(REPO)/dotnet8-env:$(TAG) $(DOCKER_FLAGS) -f $< .
1212

1313
dotnet8-builder-img: builder/Dockerfile
1414
@echo === Building image $(REPO)/dotnet8-builder:$(TAG) using context $(CURDIR) and dockerfile $<

dotnet8/envconfig.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,6 @@
1717
"runtimeVersion": "8.0.0",
1818
"shortDescription": "Fission Dotnet 8.0.0 runtime uses Kestrel to host the internal web server. Supports both single file compilation (--code) and project-based compilation (--src).",
1919
"status": "Stable",
20-
"version": "1.2.0"
20+
"version": "1.3.0"
2121
}
2222
]

0 commit comments

Comments
 (0)