Skip to content

Commit

Permalink
Merge pull request #530 from melithine/master
Browse files Browse the repository at this point in the history
Update Docker dotnet version to fix builds.
  • Loading branch information
sim0n00ps authored Aug 21, 2024
2 parents f510109 + 87e6f8a commit 24d2eda
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ FROM alpine:3.20 AS build
ARG VERSION

RUN apk --no-cache --repository community add \
dotnet8-sdk==8.0.107-r0 \
dotnet8-sdk==8.0.108-r0 \
jq==1.7.1-r0

# Copy source code
Expand Down Expand Up @@ -32,7 +32,7 @@ FROM alpine:3.20 AS final
RUN apk --no-cache --repository community add \
bash==5.2.26-r0 \
tini==0.19.0-r3 \
dotnet8-runtime==8.0.7-r0 \
dotnet8-runtime==8.0.8-r0 \
ffmpeg==6.1.1-r8

# Copy release and entrypoint script
Expand Down

0 comments on commit 24d2eda

Please sign in to comment.