Skip to content

Commit

Permalink
Bump dotnet/sdk in /docker
Browse files Browse the repository at this point in the history
Bumps dotnet/sdk from 8.0.300-bookworm-slim to 8.0.302-bookworm-slim.

---
updated-dependencies:
- dependency-name: dotnet/sdk
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Jun 11, 2024
1 parent d992b5f commit a652cdf
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion docker/alpine.dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM mcr.microsoft.com/dotnet/sdk:8.0.300-alpine3.18
FROM mcr.microsoft.com/dotnet/sdk:8.0.301-alpine3.18
RUN apk update \
&& apk upgrade \
&& apk add --no-cache --update \
Expand Down
2 changes: 1 addition & 1 deletion docker/debian-arm64.dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM mcr.microsoft.com/dotnet/sdk:8.0.300-bookworm-slim
FROM mcr.microsoft.com/dotnet/sdk:8.0.302-bookworm-slim

RUN apt-get update && \
apt-get install -y \
Expand Down
2 changes: 1 addition & 1 deletion docker/debian.dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM mcr.microsoft.com/dotnet/sdk:8.0.300-bookworm-slim
FROM mcr.microsoft.com/dotnet/sdk:8.0.302-bookworm-slim

RUN wget https://packages.microsoft.com/config/debian/12/packages-microsoft-prod.deb -O packages-microsoft-prod.deb && \
dpkg -i packages-microsoft-prod.deb && \
Expand Down

0 comments on commit a652cdf

Please sign in to comment.