From 9c5f76933be9f6fa65ce926a19287739235a39fa Mon Sep 17 00:00:00 2001 From: JonJagger Date: Sun, 10 Nov 2024 15:10:29 +0000 Subject: [PATCH] Update base image to move past snyk vulnerabilities --- .snyk | 10 ---------- Dockerfile | 2 +- source/client/Dockerfile | 2 +- 3 files changed, 2 insertions(+), 12 deletions(-) diff --git a/.snyk b/.snyk index a7a31dc6..e1d2e275 100644 --- a/.snyk +++ b/.snyk @@ -7,14 +7,4 @@ ignore: reason: No fix available expires: 2025-01-08T10:03:36.581Z created: 2024-11-08T10:03:36.589Z - SNYK-ALPINE320-CURL-8348469: - - '*': - reason: No fix available - expires: 2025-01-08T10:03:36.581Z - created: 2024-11-08T10:03:36.589Z - SNYK-ALPINE320-EXPAT-8359601: - - '*': - reason: No fix available - expires: 2025-01-10T10:03:36.581Z - created: 2024-11-10T10:03:36.589Z patch: {} diff --git a/Dockerfile b/Dockerfile index 6dfa3e1d..43d212f0 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,4 @@ -FROM cyberdojo/docker-base:b3a6744 +FROM cyberdojo/docker-base:6be7b3c LABEL maintainer=jon@jaggersoft.com RUN gem install --no-document 'concurrent-ruby' diff --git a/source/client/Dockerfile b/source/client/Dockerfile index 66cdbd7c..22691a22 100644 --- a/source/client/Dockerfile +++ b/source/client/Dockerfile @@ -1,4 +1,4 @@ -FROM cyberdojo/docker-base:b3a6744 +FROM cyberdojo/docker-base:6be7b3c LABEL maintainer=jon@jaggersoft.com WORKDIR /runner