Skip to content

Commit 7f791ca

Browse files
chore: update dependencies and fix build configuration
1 parent 28ba6d7 commit 7f791ca

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# Build Stage
2-
FROM golang:1.25-alpine AS builder
2+
FROM golang:1.23-alpine AS builder
33

44
WORKDIR /app
55

go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
module github.com/zarishsphere-platform/zarish-terminology-server
22

3-
go 1.25.4
3+
go 1.23.0
44

55
require (
66
filippo.io/edwards25519 v1.1.0 // indirect

0 commit comments

Comments
 (0)