Skip to content

Commit

Permalink
(misc) Fix bookworm build
Browse files Browse the repository at this point in the history
Signed-off-by: R.I.Pienaar <[email protected]>
  • Loading branch information
ripienaar committed Jul 9, 2024
1 parent e0ad067 commit 4bf9ffc
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 4bf9ffc

Please sign in to comment.