Ooooops forgot to bump Ubuntu
Some checks failed
Docker Deploy / build-and-push (push) Has been cancelled
Some checks failed
Docker Deploy / build-and-push (push) Has been cancelled
This commit is contained in:
@@ -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 \
|
||||||
|
|||||||
Reference in New Issue
Block a user