Skip to content

Commit fbe610f

Browse files
committed
Update for 1.34.3
1 parent 603305d commit fbe610f

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM vaultwarden/server:1.34.1-alpine
1+
FROM vaultwarden/server:1.34.3-alpine
22

33
RUN apk update && \
44
apk add --no-cache \

manifest.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
{
22
"id": "vaultwarden",
33
"title": "Vaultwarden",
4-
"version": "1.34.1",
5-
"release-notes": "* Updated to the latest upstream code.\n Individual release notes: [v1.34.0](https://github.com/dani-garcia/vaultwarden/releases/tag/1.34.0), [v1.34.1](https://github.com/dani-garcia/vaultwarden/releases/tag/1.34.1), Full detailed change log available [here](https://github.com/dani-garcia/vaultwarden/compare/1.33.2...1.34.1)",
4+
"version": "1.34.3",
5+
"release-notes": "* Updated to the latest upstream code including latest web vault v2025.7.0.\n Individual release notes: [v1.34.2](https://github.com/dani-garcia/vaultwarden/releases/tag/1.34.2), [v1.34.3](https://github.com/dani-garcia/vaultwarden/releases/tag/1.34.3), Full detailed change log available [here](https://github.com/dani-garcia/vaultwarden/compare/1.34.1...1.34.3)",
66
"license": "AGPLv3",
77
"wrapper-repo": "https://github.com/Start9Labs/vaultwarden-startos",
88
"upstream-repo": "https://github.com/dani-garcia/vaultwarden",

scripts/procedures/migrations.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ import { manifest } from "../generated/manifest.ts";
33

44
export const migration: T.ExpectedExports.migration = migrations.fromMapping(
55
{
6-
// 1.34.1 No migration needed
6+
// 1.34.3 No migration needed
77
},
88
manifest.version
99
);

0 commit comments

Comments
 (0)