Support non-UTC timezones (#208)

Fix #207
This commit is contained in:
Ilia Ablamonov 2021-04-03 01:34:22 +04:00 committed by GitHub
parent 08022422d4
commit 7b92033d1b
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -38,6 +38,7 @@ FROM alpine as release
RUN apk add --no-cache \
mariadb-client \
postgresql-client \
sqlite
sqlite \
tzdata
COPY --from=build /src/dist/dbmate-linux-amd64 /usr/local/bin/dbmate
ENTRYPOINT ["dbmate"]