OhMyDitzzy commited on
Commit ·
e31a101
1
Parent(s): 18d9eb8
any
Browse files- Dockerfile +1 -1
Dockerfile
CHANGED
|
@@ -1,4 +1,4 @@
|
|
| 1 |
-
FROM golang:1.
|
| 2 |
|
| 3 |
RUN apk --no-cache add git ca-certificates
|
| 4 |
|
|
|
|
| 1 |
+
FROM golang:1.25-alpine
|
| 2 |
|
| 3 |
RUN apk --no-cache add git ca-certificates
|
| 4 |
|