Skip to content

Commit

Permalink
Merge pull request #86 from choria-io/1_22_5
Browse files Browse the repository at this point in the history
(misc) Fix bookworm build
  • Loading branch information
ripienaar authored Jul 9, 2024
2 parents e0ad067 + 4bf9ffc commit 5961552
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/containers.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ jobs:

debian_go:
needs:
- buster_go
- bookworm_go

runs-on: ubuntu-latest
steps:
Expand Down
2 changes: 1 addition & 1 deletion Dockerfile.debian-go
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
ARG GOVERSION="1.14.10"

FROM golang:${GOVERSION}-bullseye
FROM golang:${GOVERSION}-bookworm

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

0 comments on commit 5961552

Please sign in to comment.