fix(docker): bump alpine / go

This commit is contained in:
sentriz
2021-05-09 00:19:17 +01:00
parent 4b3adf0f7f
commit 1f941b2085
3 changed files with 3 additions and 5 deletions

View File

@@ -14,7 +14,7 @@ RUN --mount=type=cache,target=/go/pkg/mod \
--mount=type=cache,target=/root/.cache/go-build \
GOOS=linux go build -o gonic cmd/gonic/gonic.go
FROM alpine:3.12.3
FROM alpine:3.13.5
RUN apk add -U --no-cache \
ffmpeg \
ca-certificates