We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cc4a25d commit 0dc725cCopy full SHA for 0dc725c
2 files changed
Dockerfile
@@ -1,5 +1,5 @@
1
# Build container
2
-FROM golang:1.22 AS builder
+FROM golang:1.25.3 AS builder
3
4
RUN go version
5
@@ -32,4 +32,4 @@ RUN useradd -m container
32
USER container
33
WORKDIR /srv/patreon-db-sync
34
35
-CMD ["/srv/patreon-db-sync/main"]
+CMD ["/srv/patreon-db-sync/main"]
go.mod
@@ -1,8 +1,6 @@
module github.com/TicketsBot/patreon-db-sync
-go 1.23.0
-
-toolchain go1.24.2
+go 1.25.3
6
7
require (
8
github.com/TicketsBot-cloud/common v0.0.0-20250509064208-a2d357175463
0 commit comments