Skip to content

Commit 5961552

Browse files
authored
Merge pull request #86 from choria-io/1_22_5
(misc) Fix bookworm build
2 parents e0ad067 + 4bf9ffc commit 5961552

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/containers.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ jobs:
4040

4141
debian_go:
4242
needs:
43-
- buster_go
43+
- bookworm_go
4444

4545
runs-on: ubuntu-latest
4646
steps:

Dockerfile.debian-go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
ARG GOVERSION="1.14.10"
22

3-
FROM golang:${GOVERSION}-bullseye
3+
FROM golang:${GOVERSION}-bookworm
44

55
RUN apt-get update && DEBIAN_FRONTEND=noninteractive apt-get -yq install libsofthsm2 msitools

0 commit comments

Comments
 (0)