Skip to content

Commit

Permalink
chore(deps): update bitnami/dotnet-sdk docker tag to v9 (#226)
Browse files Browse the repository at this point in the history
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] authored Dec 1, 2024
1 parent 88a3db0 commit ee9829b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion backend/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Note for contributors: DO NOT USE THE MCR HERE! I HAVE 1Gbps internet and downloading containers from there WAS SO DAMN SLOWWWWWW

FROM bitnami/dotnet-sdk:8 AS build
FROM bitnami/dotnet-sdk:9 AS build
#USER app
WORKDIR /work
ENV DOTNET_NOLOGO=true
Expand Down

0 comments on commit ee9829b

Please sign in to comment.