Attempted rebuilds docker

This commit is contained in:
Frikky
2025-01-27 13:23:11 +01:00
parent 14d08b24c3
commit 1d672a288a
3 changed files with 6 additions and 5 deletions
+1 -1
View File
@@ -28,7 +28,7 @@ FROM alpine:latest as certs
RUN apk add --update ca-certificates
# Sets up the final image
FROM alpine:3.17.0
FROM alpine:3.21.2
# FIXME: Install cgo because CGO_ENABLED=1 during build
RUN apk add --no-cache libc6-compat