Merge pull request #4 from fosrl/dependabot/docker/ubuntu-24.04

Bump ubuntu from 22.04 to 24.04

Former-commit-id: 2a6dca355b
This commit is contained in:
Owen Schwartz
2025-08-06 15:37:43 -07:00
committed by GitHub

View File

@@ -16,7 +16,7 @@ COPY . .
RUN CGO_ENABLED=0 GOOS=linux go build -o /olm RUN CGO_ENABLED=0 GOOS=linux go build -o /olm
# Start a new stage from scratch # Start a new stage from scratch
FROM ubuntu:22.04 AS runner FROM ubuntu:24.04 AS runner
RUN apt-get update && apt-get install ca-certificates -y && rm -rf /var/lib/apt/lists/* RUN apt-get update && apt-get install ca-certificates -y && rm -rf /var/lib/apt/lists/*