Skip to content

Commit

Permalink
Bump Dotnet to Version 8.0.110-r0
Browse files Browse the repository at this point in the history
  • Loading branch information
sim0n00ps authored Oct 13, 2024
1 parent 8342a8e commit cbde78f
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.108-r0 \
dotnet8-sdk==8.0.110-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.8-r0 \
dotnet8-runtime==8.0.110-r0 \
ffmpeg==6.1.1-r8

# Copy release and entrypoint script
Expand Down

0 comments on commit cbde78f

Please sign in to comment.