Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion src/KeyConnector/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM mcr.microsoft.com/dotnet/aspnet:8.0-noble
FROM mcr.microsoft.com/dotnet/aspnet:10.0-noble

LABEL com.bitwarden.product="bitwarden"

Expand All @@ -20,7 +20,7 @@
&& apt-get install -y -f --no-install-recommends \
&& rm -rf /var/lib/apt/lists/*

ENV ASPNETCORE_URLS http://+:5000

Check warning on line 23 in src/KeyConnector/Dockerfile

View workflow job for this annotation

GitHub Actions / Build Docker images

Legacy key/value format with whitespace separator should not be used

LegacyKeyValueFormat: "ENV key=value" should be used instead of legacy "ENV key value" format More info: https://docs.docker.com/go/dockerfile/rule/legacy-key-value-format/
WORKDIR /app
EXPOSE 5000

Expand Down
Loading