From 005c92277e782d9d5ce262525f957b83933d7b59 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 19 Nov 2024 17:07:03 +0100 Subject: [PATCH] setup(deps): update ruby from 3.3.5-alpine3.20 to 3.3.6-alpine3.20 Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Artem Yurchenko --- .github/workflows/validate_new_changes.yml | 2 +- Dockerfile | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/validate_new_changes.yml b/.github/workflows/validate_new_changes.yml index 2dcbfd5..fba36b7 100644 --- a/.github/workflows/validate_new_changes.yml +++ b/.github/workflows/validate_new_changes.yml @@ -100,7 +100,7 @@ jobs: - name: "Run Dockerfile security scanner" run: "docker run --rm --group-add $(getent group docker | cut -d: -f3) -v /var/run/docker.sock:/var/run/docker.sock - ghcr.io/articola-tools/dockerfile-security-scanner local/yaml-linter-pr:latest" + ghcr.io/articola-tools/dockerfile-security-scanner local/markdown-linter-pr:latest" validate-dockerfile-changes: runs-on: "ubuntu-latest" diff --git a/Dockerfile b/Dockerfile index cf73344..1d5aa95 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,4 @@ -FROM ruby:3.3.5-alpine3.20 +FROM ruby:3.3.6-alpine3.20 RUN addgroup -S lintergroup && adduser -S linteruser -G lintergroup