Skip to content

Commit 7541d6b

Browse files
authored
chore: use ubuntu:noble as base image instead of noble (#9)
Signed-off-by: Leonardo Cecchi <[email protected]>
1 parent 92b3ae1 commit 7541d6b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
1-
FROM ubuntu:bionic AS builder
1+
FROM ubuntu:noble AS builder
22
RUN apt-get -y update && apt-get install -y postgresql-client build-essential clang libpq-dev
33
COPY . /app
44
WORKDIR /app
55
RUN make
66

7-
FROM ubuntu:bionic
7+
FROM ubuntu:noble
88
LABEL quay.expires-after=1d
99
RUN apt-get -y update && apt-get install -y postgresql-client && rm -rf /var/lib/apt/lists/*
1010
COPY --from=builder /app/http_test /app/http_test

0 commit comments

Comments
 (0)