Skip to content

Commit

Permalink
Bump runner and builder
Browse files Browse the repository at this point in the history
  • Loading branch information
streamer45 committed Jul 31, 2024
1 parent 98c8c5f commit 5f5ae7f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion build/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
# A multi stage build, with golang used as a builder
# and debian:sid-slim as runner
ARG GO_VERSION
FROM --platform=$TARGETPLATFORM debian:bookworm-20240612-slim as base
FROM --platform=$TARGETPLATFORM debian:bookworm-20240722-slim as base

# Setup system dependencies
WORKDIR /workdir
Expand Down
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
module github.com/mattermost/calls-transcriber

go 1.21.4
go 1.21.12

require (
github.com/Microsoft/cognitive-services-speech-sdk-go v1.33.0
Expand Down

0 comments on commit 5f5ae7f

Please sign in to comment.