Skip to content

Commit b14ea42

Browse files
author
Rutvik Saptarshi
committed
added logic to use u24 for container build
1 parent fbfe7d4 commit b14ea42

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

container/Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM ubuntu:22.04
1+
FROM ubuntu:24.04
22

33
ENV DEBIAN_FRONTEND=noninteractive
44
SHELL ["/bin/bash", "-euo", "pipefail", "-c"]
@@ -11,7 +11,7 @@ RUN apt-get update && apt-get install -y -qq --no-install-recommends \
1111
&& rm -rf /var/lib/apt/lists/*
1212

1313
# Copy built packages from the build context
14-
COPY pkgs/u22/*.deb /tmp/pkgs/
14+
COPY pkgs/u24/*.deb /tmp/pkgs/
1515

1616
RUN apt-get update \
1717
&& dpkg -i /tmp/pkgs/*.deb || true \

0 commit comments

Comments
 (0)