Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit dd0ead0

Browse files
committed
update Dockerfile referencing renamed mssql driver
1 parent ffbd689 commit dd0ead0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ WORKDIR /go/src/github.com/golang-migrate/migrate
88
COPY . ./
99

1010
ENV GO111MODULE=on
11-
ENV DATABASES="postgres mysql redshift cassandra spanner cockroachdb clickhouse mongodb mssql"
11+
ENV DATABASES="postgres mysql redshift cassandra spanner cockroachdb clickhouse mongodb sqlserver"
1212
ENV SOURCES="file go_bindata github aws_s3 google_cloud_storage godoc_vfs gitlab"
1313

1414
RUN go build -a -o build/migrate.linux-386 -ldflags="-X main.Version=${VERSION}" -tags "$DATABASES $SOURCES" ./cmd/migrate

0 commit comments

Comments
 (0)