Skip to content
Merged
Show file tree
Hide file tree
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
6 changes: 3 additions & 3 deletions images/proton-bridge/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# syntax=docker/dockerfile:1.7
# syntax=docker/dockerfile:1.25

FROM --platform=$TARGETPLATFORM golang:alpine3.23 AS build
FROM golang:alpine3.24 AS build

ARG ENV_PROTONMAIL_BRIDGE_VERSION
ARG ENV_PROTONMAIL_BRIDGE_COMMIT
Expand Down Expand Up @@ -40,7 +40,7 @@ RUN --mount=type=cache,target=/go/pkg/mod \
make build-nogui vault-editor

# Working stage image
FROM --platform=$TARGETPLATFORM alpine:3.23
FROM alpine:3.24

# Define arguments and env variables
ARG TARGETPLATFORM
Expand Down
4 changes: 2 additions & 2 deletions images/proton-bridge/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -101,8 +101,8 @@ This image distributes GPL-licensed Proton Bridge binaries built from source. Co

Pinned upstream source for this image definition (`images/proton-bridge/image.toml`):

- `ENV_PROTONMAIL_BRIDGE_VERSION=v3.22.0`
- `ENV_PROTONMAIL_BRIDGE_COMMIT=87bba395d0f93301ac318d9b5cffde3312bbe13e`
- `ENV_PROTONMAIL_BRIDGE_VERSION=v3.25.0`
- `ENV_PROTONMAIL_BRIDGE_COMMIT=f1f599e97167265cb0d10ad3d169269c324d9cc7`

For published images, the wrapper source commit is recorded in image label:

Expand Down
4 changes: 2 additions & 2 deletions images/proton-bridge/image.toml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
image = "proton-bridge"
version = "3.22.0"
version = "3.25.0"
platforms = ["linux/amd64", "linux/arm64"]
build_args = { ENV_PROTONMAIL_BRIDGE_VERSION = "v3.22.0", ENV_PROTONMAIL_BRIDGE_COMMIT = "87bba395d0f93301ac318d9b5cffde3312bbe13e" }
build_args = { ENV_PROTONMAIL_BRIDGE_VERSION = "v3.25.0", ENV_PROTONMAIL_BRIDGE_COMMIT = "f1f599e97167265cb0d10ad3d169269c324d9cc7" }
6 changes: 3 additions & 3 deletions mise.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tools]
node = "lts"
python = "3.12"
shellcheck = "0.10.0"
hadolint = "2.12.0"
jq = "1.7.1"
shellcheck = "0.11.0"
hadolint = "2.14.0"
jq = "1.8.2"
Loading