kek commited on
Commit ·
10a70e9
1
Parent(s): 55f965d
Go 1.23: Required by tiktoken-go v0.5.0
Browse files- Dockerfile +1 -1
- go.mod +1 -1
Dockerfile
CHANGED
|
@@ -1,5 +1,5 @@
|
|
| 1 |
# Single-stage Dockerfile for simplicity
|
| 2 |
-
FROM golang:1.
|
| 3 |
|
| 4 |
RUN apk add --no-cache ca-certificates bash git
|
| 5 |
|
|
|
|
| 1 |
# Single-stage Dockerfile for simplicity
|
| 2 |
+
FROM golang:1.23-alpine
|
| 3 |
|
| 4 |
RUN apk add --no-cache ca-certificates bash git
|
| 5 |
|
go.mod
CHANGED
|
@@ -1,6 +1,6 @@
|
|
| 1 |
module github.com/router-for-me/CLIProxyAPI/v6
|
| 2 |
|
| 3 |
-
go 1.
|
| 4 |
|
| 5 |
require (
|
| 6 |
github.com/andybalholm/brotli v1.0.6
|
|
|
|
| 1 |
module github.com/router-for-me/CLIProxyAPI/v6
|
| 2 |
|
| 3 |
+
go 1.23
|
| 4 |
|
| 5 |
require (
|
| 6 |
github.com/andybalholm/brotli v1.0.6
|