Skip to content

Commit

Permalink
Update alpine version
Browse files Browse the repository at this point in the history
  • Loading branch information
d3473r committed Aug 15, 2023
1 parent 97eaaed commit 7c3811a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ WORKDIR /src
COPY . .
RUN go build -o youtube-mp3-bot

FROM alpine:3.17
FROM alpine:3.18
RUN apk --no-cache add yt-dlp ffmpeg
WORKDIR /app
COPY --from=BUILD /src/youtube-mp3-bot /app/
Expand Down

0 comments on commit 7c3811a

Please sign in to comment.