Skip to content

Commit 0513e31

Browse files
authored
Merge pull request #287 from smallstep/mariano/trixie
Update Debian version to trixie
2 parents f947d65 + 2e2ef38 commit 0513e31

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
env:
1919
DOCKER_IMAGE: smallstep/step-kms-plugin
2020
CLOUD_TAG: cloud
21-
DEBIAN_TAG: bookworm
21+
DEBIAN_TAG: trixie
2222
WOLFI_TAG: wolfi
2323
outputs:
2424
version: ${{ steps.extract-tag.outputs.VERSION }}

docker/Dockerfile.debian

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM golang:bookworm AS builder
1+
FROM golang:trixie AS builder
22

33
WORKDIR /src
44
COPY . .
@@ -7,7 +7,7 @@ RUN apt-get update
77
RUN apt-get install -y --no-install-recommends gcc pkgconf libpcsclite-dev
88
RUN make V=1 build
99

10-
FROM smallstep/step-cli:bookworm
10+
FROM smallstep/step-cli:trixie
1111

1212
COPY --from=builder /src/bin/step-kms-plugin /usr/local/bin/step-kms-plugin
1313

0 commit comments

Comments
 (0)