We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 92b3ae1 commit 7541d6bCopy full SHA for 7541d6b
Dockerfile
@@ -1,10 +1,10 @@
1
-FROM ubuntu:bionic AS builder
+FROM ubuntu:noble AS builder
2
RUN apt-get -y update && apt-get install -y postgresql-client build-essential clang libpq-dev
3
COPY . /app
4
WORKDIR /app
5
RUN make
6
7
-FROM ubuntu:bionic
+FROM ubuntu:noble
8
LABEL quay.expires-after=1d
9
RUN apt-get -y update && apt-get install -y postgresql-client && rm -rf /var/lib/apt/lists/*
10
COPY --from=builder /app/http_test /app/http_test
0 commit comments