Skip to content

Commit 45160dd

Browse files
committed
Rename Dockerfile.go as Dockerfile.godev to avoid issues with Mage
1 parent 0a39788 commit 45160dd

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed
File renamed without changes.

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ build: | build-docker build-splunk-datasource
88

99
build-docker:
1010
docker build . -t node -f Dockerfile.node
11-
docker build . -t go -f Dockerfile.go
11+
docker build . -t go -f Dockerfile.godev
1212

1313
build-splunk-datasource:
1414
yarn install

0 commit comments

Comments
 (0)