summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorJunegunn Choi <junegunn.c@gmail.com>2024-04-24 18:20:02 +0900
committerJunegunn Choi <junegunn.c@gmail.com>2024-04-24 18:20:30 +0900
commite352b6887849cb6c3c8ae1d98ed357f94273e90a (patch)
tree663345c4382bcd9e4a1e1a2ebfb47e29cdbd0ad3 /Makefile
parent207deeadba2721435a21e0f68c61e522eedef26c (diff)
downloadfzf-e352b6887849cb6c3c8ae1d98ed357f94273e90a.tar.gz
Update Dockerfile to use Ubuntu 24.04
As we require Go 1.20 or above.
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile8
1 files changed, 4 insertions, 4 deletions
diff --git a/Makefile b/Makefile
index 44b010c5..c38f86de 100644
--- a/Makefile
+++ b/Makefile
@@ -174,12 +174,12 @@ bin/fzf: target/$(BINARY) | bin
cp -f target/$(BINARY) bin/fzf
docker:
- docker build -t fzf-arch .
- docker run -it fzf-arch tmux
+ docker build -t fzf-ubuntu .
+ docker run -it fzf-ubuntu tmux
docker-test:
- docker build -t fzf-arch .
- docker run -it fzf-arch
+ docker build -t fzf-ubuntu .
+ docker run -it fzf-ubuntu
update:
$(GO) get -u