From f2c78c0fe8fd23d8ba5ec76abb64899a488872fe Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 15 Jan 2024 18:43:52 +0000 Subject: [PATCH] Bump evryfs/base-ubuntu from jammy-20230308 to jammy-20231128 Bumps [evryfs/base-ubuntu](https://github.com/evryfs/base-ubuntu) from jammy-20230308 to jammy-20231128. - [Commits](https://github.com/evryfs/base-ubuntu/commits) --- updated-dependencies: - dependency-name: evryfs/base-ubuntu dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 3296f20..2cbe23d 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,4 @@ -FROM quay.io/evryfs/base-ubuntu:jammy-20230308 +FROM quay.io/evryfs/base-ubuntu:jammy-20231128 LABEL maintainer "fsdevops@evry.com" ARG OEC_VERSION=1.1.3 RUN curl -L https://github.com/opsgenie/oec/releases/download/${OEC_VERSION}/oec-linux-amd64-${OEC_VERSION}.zip -o /tmp/oec.zip && unzip /tmp/oec.zip && rm /tmp/oec.zip && \