Ooooops forgot to bump Ubuntu
Some checks failed
Docker Deploy / build-and-push (push) Has been cancelled

This commit is contained in:
2025-12-22 23:50:36 -07:00
parent e7adc80bc4
commit c02086783d

View File

@@ -12,7 +12,7 @@ COPY . .
RUN go build -ldflags="-s -w" -o /go/bin/app RUN go build -ldflags="-s -w" -o /go/bin/app
# Final stage # Final stage
FROM ubuntu:22.04 FROM ubuntu:24.04
# Install SSL certificates and required runtime libraries # Install SSL certificates and required runtime libraries
RUN apt-get update && apt-get install -y \ RUN apt-get update && apt-get install -y \