Skip to content

Commit dcedd56

Browse files
Update samples/application/simple-cli-go/Makefile
Co-authored-by: Marcus Brandenburger <mbrandenburger@users.noreply.github.com> Signed-off-by: munapower <mmunaro@hotmail.com>
1 parent 0711d6d commit dcedd56

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

  • samples/application/simple-cli-go

samples/application/simple-cli-go/Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,6 @@ DOCKER_BUILD_OPTS += --no-cache
1616
docker:
1717
$(DOCKER) build $(DOCKER_BUILD_OPTS) \
1818
-t fpc/fpcclient:$(FPC_VERSION) \
19-
-t fpc/fpcclient:latest \
19+
-t fpc/fpcclient:latest \
2020
-f Dockerfile \
2121
.

0 commit comments

Comments
 (0)