use go-ffmpeg docker image

This commit is contained in:
lukas 2021-09-26 21:26:32 +02:00
parent 9a88c16559
commit 7bf3b537f8

View File

@ -25,7 +25,7 @@ Minimize_Frontend:
- node_modules/ - node_modules/
Build_Backend: Build_Backend:
image: golang:latest image: luki42/go-ffmpeg:latest
stage: build_backend stage: build_backend
script: script:
- cd apiGo - cd apiGo