Skip to content

Commit

Permalink
added debug config for docker and local, to make it easier to debug y…
Browse files Browse the repository at this point in the history
…agpdb
  • Loading branch information
ashishjh-bst committed Apr 9, 2024
1 parent b9582a1 commit 9c98b86
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion yagpdb_docker/Dockerfile.debug
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM golang:1.22.2-alpine
FROM golang:1.20.6-alpine
# Dependencies: ca-certificates for client TLS, tzdata for timezone and ffmpeg for soundboard support
RUN apk --no-cache add ca-certificates ffmpeg tzdata
RUN CGO_ENABLED=0 go install -ldflags "-s -w -extldflags '-static'" github.com/go-delve/delve/cmd/dlv@latest
Expand Down

0 comments on commit 9c98b86

Please sign in to comment.