Skip to content

Commit

Permalink
chore: switch to collelog/ffmpeg
Browse files Browse the repository at this point in the history
  • Loading branch information
andyrak committed Apr 4, 2024
1 parent 89e558f commit fcd0242
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM jrottenberg/ffmpeg:4.4-alpine as build-ffmpeg
FROM collelog/ffmpeg:4.4-alpine-rpi4-64 AS ffmpeg-image
FROM golang:1.22-alpine as build-app

WORKDIR /app
Expand All @@ -13,8 +13,8 @@ RUN go build -o /bin/app cmd/*.go

FROM alpine:3.15.0 as app

# Copy ffmpeg runtime https://github.com/jrottenberg/ffmpeg
COPY --from=build-ffmpeg /usr/local /usr/local
# Copy ffmpeg runtime https://github.com/collelog/ffmpeg
COPY --from=ffmpeg-image /build /

COPY --from=build-app /bin/app /bin/app
WORKDIR /app
Expand Down

0 comments on commit fcd0242

Please sign in to comment.