-
-
Notifications
You must be signed in to change notification settings - Fork 43
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
⬆️ Update vaultwarden/server Docker tag to v1.32.0 #312
Conversation
WalkthroughThe update involves changing the base image version in the Dockerfile for the Vaultwarden server from Changes
Poem
Thank you for using CodeRabbit. We offer it for free to the OSS community and would appreciate your support in helping us grow. If you find it useful, would you consider giving us a shout-out on your favorite social media? TipsChatThere are 3 ways to chat with CodeRabbit:
Note: Be mindful of the bot's finite context window. It's strongly recommended to break down tasks such as reading entire modules into smaller chunks. For a focused discussion, use review comments to chat about specific files and their changes, instead of using the PR comments. CodeRabbit Commands (invoked as PR comments)
Additionally, you can add CodeRabbit Configuration File (
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Actionable comments posted: 1
Review details
Configuration used: CodeRabbit UI
Review profile: CHILL
Files selected for processing (1)
- bitwarden/Dockerfile (1 hunks)
Additional context used
GitHub Check: workflows / Build armv7
bitwarden/Dockerfile
[warning] 5-5: The 'as' keyword should match the case of the 'from' keyword
FromAsCasing: 'as' and 'FROM' keywords' casing do not match
More info: https://docs.docker.com/go/dockerfile/rule/from-as-casing/
GitHub Check: workflows / Build amd64
bitwarden/Dockerfile
[warning] 5-5: The 'as' keyword should match the case of the 'from' keyword
FromAsCasing: 'as' and 'FROM' keywords' casing do not match
More info: https://docs.docker.com/go/dockerfile/rule/from-as-casing/
GitHub Check: workflows / Build aarch64
bitwarden/Dockerfile
[warning] 5-5: The 'as' keyword should match the case of the 'from' keyword
FromAsCasing: 'as' and 'FROM' keywords' casing do not match
More info: https://docs.docker.com/go/dockerfile/rule/from-as-casing/
Additional comments not posted (1)
bitwarden/Dockerfile (1)
5-5
: Update approved for base image version.The update from
vaultwarden/server:1.31.0
to1.32.0
is straightforward and aligns with the PR objectives. Ensure that any breaking changes in the new version are addressed.Tools
GitHub Check: workflows / Build armv7
[warning] 5-5: The 'as' keyword should match the case of the 'from' keyword
FromAsCasing: 'as' and 'FROM' keywords' casing do not match
More info: https://docs.docker.com/go/dockerfile/rule/from-as-casing/GitHub Check: workflows / Build amd64
[warning] 5-5: The 'as' keyword should match the case of the 'from' keyword
FromAsCasing: 'as' and 'FROM' keywords' casing do not match
More info: https://docs.docker.com/go/dockerfile/rule/from-as-casing/GitHub Check: workflows / Build aarch64
[warning] 5-5: The 'as' keyword should match the case of the 'from' keyword
FromAsCasing: 'as' and 'FROM' keywords' casing do not match
More info: https://docs.docker.com/go/dockerfile/rule/from-as-casing/
@@ -2,7 +2,7 @@ | |||
############################################################################### | |||
# Get prebuild containers from Vaultwarden | |||
############################################################################### | |||
FROM "vaultwarden/server:1.31.0" as vaultwarden | |||
FROM "vaultwarden/server:1.32.0" as vaultwarden |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Fix casing for consistency in Dockerfile.
The as
keyword should match the casing of the FROM
keyword for consistency. Change as
to AS
.
- FROM "vaultwarden/server:1.32.0" as vaultwarden
+ FROM "vaultwarden/server:1.32.0" AS vaultwarden
Committable suggestion
‼️ IMPORTANT
Carefully review the code before committing. Ensure that it accurately replaces the highlighted code, contains no missing lines, and has no issues with indentation. Thoroughly test & benchmark the code to ensure it meets the requirements.
FROM "vaultwarden/server:1.32.0" as vaultwarden | |
FROM "vaultwarden/server:1.32.0" AS vaultwarden |
Tools
GitHub Check: workflows / Build armv7
[warning] 5-5: The 'as' keyword should match the case of the 'from' keyword
FromAsCasing: 'as' and 'FROM' keywords' casing do not match
More info: https://docs.docker.com/go/dockerfile/rule/from-as-casing/
GitHub Check: workflows / Build amd64
[warning] 5-5: The 'as' keyword should match the case of the 'from' keyword
FromAsCasing: 'as' and 'FROM' keywords' casing do not match
More info: https://docs.docker.com/go/dockerfile/rule/from-as-casing/
GitHub Check: workflows / Build aarch64
[warning] 5-5: The 'as' keyword should match the case of the 'from' keyword
FromAsCasing: 'as' and 'FROM' keywords' casing do not match
More info: https://docs.docker.com/go/dockerfile/rule/from-as-casing/
This PR contains the following updates:
1.31.0
->1.32.0
Warning
Some dependencies could not be looked up. Check the Dependency Dashboard for more information.
Release Notes
dani-garcia/vaultwarden (vaultwarden/server)
v1.32.0
Compare Source
Configuration
📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).
🚦 Automerge: Enabled.
♻ Rebasing: Whenever PR is behind base branch, or you tick the rebase/retry checkbox.
🔕 Ignore: Close this PR and you won't be reminded about this update again.
This PR was generated by Mend Renovate. View the repository job log.