bump api to 1.15.0

This commit is contained in:
sentriz
2020-06-06 20:52:23 +01:00
parent 9246429cac
commit 06ffa7d0d3
3 changed files with 36 additions and 3 deletions

11
Dockerfile.debug Normal file
View File

@@ -0,0 +1,11 @@
# syntax=docker/dockerfile:experimental
FROM golang:1.14-alpine AS builder
RUN apk add -U --no-cache \
build-base \
ca-certificates \
git \
sqlite \
taglib-dev \
alsa-lib-dev
WORKDIR /src