Skip to content

Commit

Permalink
bumped golang version in dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
ashishjh-bst committed Nov 18, 2024
1 parent 09f17b6 commit 6df8b40
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion yagpdb_docker/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM docker.io/golang:1.23.1 AS builder
FROM docker.io/golang:1.23.3 AS builder

WORKDIR /appbuild/yagpdb
COPY go.mod go.sum ./
Expand Down
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 docker.io/golang:1.23.1-alpine
FROM docker.io/golang:1.23.3-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 6df8b40

Please sign in to comment.