mirror of
https://codeberg.org/cunicu/cunicu.git
synced 2025-09-26 21:01:14 +08:00
fix: Dockerfile to reduce vulnerabilities
This commit is contained in:
@@ -16,7 +16,7 @@ RUN go mod download
|
||||
COPY . .
|
||||
RUN make
|
||||
|
||||
FROM alpine:3.16
|
||||
FROM alpine:3.17
|
||||
|
||||
COPY --from=builder /app/cunicu /
|
||||
|
||||
|
Reference in New Issue
Block a user