Skip to content

Commit

Permalink
chore(*): update docker image
Browse files Browse the repository at this point in the history
  • Loading branch information
cosmtrek committed Mar 21, 2020
1 parent 6babe4a commit 97d7074
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Dockerfile
@@ -1,4 +1,4 @@
FROM golang:1.13
FROM golang:1.14

MAINTAINER Rick Yu <cosmtrek@gmail.com>

Expand Down
4 changes: 2 additions & 2 deletions Makefile
Expand Up @@ -40,8 +40,8 @@ release: check

.PHONY: docker-image
docker-image:
docker build -t cosmtrek/air:v1.12.0 -f ./Dockerfile .
docker build -t cosmtrek/air:v1.12.1 -f ./Dockerfile .

.PHONY: push-docker-image
push-docker-image:
docker push cosmtrek/air:v1.12.0
docker push cosmtrek/air:v1.12.1

0 comments on commit 97d7074

Please sign in to comment.