diff --git a/Dockerfile b/Dockerfile index 4329647..2b55e61 100644 --- a/Dockerfile +++ b/Dockerfile @@ -20,7 +20,7 @@ RUN CGO_ENABLED=0 go build \ -ldflags="-s -w -X main.Version=${VERSION} -X main.Commit=${COMMIT}" \ -o /out/tinyice . -FROM alpine:3.23 +FROM alpine:3.24 RUN apk add --no-cache ca-certificates tzdata && \ adduser -D -u 10001 tinyice && \ mkdir -p /data && chown tinyice:tinyice /data