Skip to content

Commit c312c0e

Browse files
committed
dockerfile version
1 parent 8c81e9a commit c312c0e

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

server/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ COPY web/ ./
77
RUN pnpm run build
88

99
# ---------------------build go--------------------
10-
FROM golang:1.24.11-bullseye AS builder_go
10+
FROM golang:1.24.11-trixie AS builder_go
1111
WORKDIR /app
1212
COPY go.mod go.sum ./
1313
RUN go mod tidy

server/go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
module shadmin
22

3-
go 1.24.11
3+
go 1.24.13
44

55
require (
66
entgo.io/ent v0.14.5

0 commit comments

Comments
 (0)