Skip to content

Commit

Permalink
setup(deps): update ruby from 3.3.5-alpine3.20 to 3.3.6-alpine3.20
Browse files Browse the repository at this point in the history
Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Artem Yurchenko <[email protected]>
  • Loading branch information
dependabot[bot] and ArtemkaKun authored Nov 19, 2024
1 parent cded844 commit 005c922
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/validate_new_changes.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -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

Expand Down

0 comments on commit 005c922

Please sign in to comment.