From e87ac5606ddcd9d02fa65c01bba1ac5e778c2ba6 Mon Sep 17 00:00:00 2001 From: "Dylan M. Taylor" Date: Tue, 20 Dec 2022 08:39:21 -0500 Subject: [PATCH] Use latest Ubuntu to pick up glibc changes so the binary is compatible --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index d033635..6a03970 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,4 @@ -FROM ubuntu:18.04 +FROM ubuntu:22.04 RUN apt-get update && apt-get install -y curl RUN curl -L -o /opa https://openpolicyagent.org/downloads/latest/opa_linux_amd64 RUN chmod 755 /opa