We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8c81e9a commit c312c0eCopy full SHA for c312c0e
2 files changed
server/Dockerfile
@@ -7,7 +7,7 @@ COPY web/ ./
7
RUN pnpm run build
8
9
# ---------------------build go--------------------
10
-FROM golang:1.24.11-bullseye AS builder_go
+FROM golang:1.24.11-trixie AS builder_go
11
WORKDIR /app
12
COPY go.mod go.sum ./
13
RUN go mod tidy
server/go.mod
@@ -1,6 +1,6 @@
1
module shadmin
2
3
-go 1.24.11
+go 1.24.13
4
5
require (
6
entgo.io/ent v0.14.5
0 commit comments