Skip to content

Commit

Permalink
Use defined build version
Browse files Browse the repository at this point in the history
  • Loading branch information
lablans committed Sep 6, 2024
1 parent 3bb48fb commit 57c20a8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Dockerfile.ubuntu
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM ubuntu:rolling AS build
FROM ubuntu:noble AS build

# Backup libs so we know what to copy later to runtime image
RUN find /lib/x86_64-linux-gnu/ /usr/lib/x86_64-linux-gnu/ -name '*.so*' > /shared-libs.list
Expand Down Expand Up @@ -58,7 +58,7 @@ WORKDIR /app/data
RUN ../scripts/genkeys.sh .

# copy everything into minimal image
FROM ubuntu:rolling
FROM ubuntu:noble

RUN groupadd -r sel && useradd --no-log-init -r -g sel sel

Expand Down

0 comments on commit 57c20a8

Please sign in to comment.