Skip to content

Commit

Permalink
Use noble to address GLIBC_2.38 dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
taylorific committed Nov 19, 2024
1 parent f26d58b commit 2e6b0a4
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion cinc/cinc-auditor/Containerfile
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
# syntax=docker/dockerfile:1
ARG BASE_IMAGE=docker.io/ubuntu:jammy-20240911.1
# Must use noble instead of jammy for GLIBC_2.38 dependency
ARG BASE_IMAGE=docker.io/ubuntu:noble-20241015
FROM $BASE_IMAGE AS base

FROM base AS download
Expand Down

0 comments on commit 2e6b0a4

Please sign in to comment.