Upgrade to latest ubuntu LTS
Signed-off-by: Bryan Frimin <bryan@getprobo.com>
This commit is contained in:
@@ -14,13 +14,14 @@ COPY --from=frontend-builder /workdir/apps/console/dist ./apps/console/dist
|
||||
RUN --mount=type=cache,target=/root/.cache/go-build \
|
||||
make bin/probod
|
||||
|
||||
FROM ubuntu:22.04
|
||||
FROM ubuntu:24.04
|
||||
LABEL org.opencontainers.image.source="https://github.com/getprobo/probo"
|
||||
LABEL org.opencontainers.image.licenses="MIT"
|
||||
LABEL org.opencontainers.image.vendor="Probo Inc"
|
||||
WORKDIR /app
|
||||
RUN useradd -m probo && \
|
||||
apt-get update && \
|
||||
apt-get upgrade -y && \
|
||||
apt-get install -y ca-certificates && \
|
||||
rm -rf /var/lib/apt/lists/*
|
||||
COPY --from=backend-builder /workdir/bin /usr/local/bin/
|
||||
|
||||
Reference in New Issue
Block a user