Skip to content

Commit

Permalink
feat: Upgrade mysqldef (#7)
Browse files Browse the repository at this point in the history
  • Loading branch information
locona authored Aug 5, 2020
1 parent 9b52bf4 commit 134861c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ FROM alpine

ENV GO111MODULE=on

ENV MYSQLDEF_VERSION=v0.5.14
ENV MYSQLDEF_VERSION=v0.6.3

RUN apk --no-cache add git bash && \
wget https://github.com/k0kubun/sqldef/releases/download/$MYSQLDEF_VERSION/mysqldef_linux_amd64.tar.gz && \
Expand Down

0 comments on commit 134861c

Please sign in to comment.