upgrade sqlite3

This commit is contained in:
sentriz
2020-04-24 23:14:59 +01:00
parent 13427e77d2
commit f52ce807af
40 changed files with 48 additions and 129 deletions

View File

@@ -12,7 +12,7 @@ WORKDIR /src
COPY . .
RUN --mount=type=cache,target=/go/pkg/mod \
--mount=type=cache,target=/root/.cache/go-build \
./_do_build_server && ./_do_build_scanner
./_do_build_server
FROM alpine:3.9
RUN apk add -U --no-cache \
@@ -25,7 +25,6 @@ COPY --from=builder \
/usr/lib/
COPY --from=builder \
/src/gonic \
/src/gonicscan \
/bin/
VOLUME ["/data", "/music", "/cache"]
EXPOSE 80