Skip to content

Commit

Permalink
chore(deps): Bump ruby from 3.3.4-alpine to 3.3.5-alpine in the docke…
Browse files Browse the repository at this point in the history
…r group (#348)

chore(deps): Bump ruby in the docker group

Bumps the docker group with 1 update: ruby.


Updates `ruby` from 3.3.4-alpine to 3.3.5-alpine

---
updated-dependencies:
- dependency-name: ruby
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: docker
...

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Sep 10, 2024
1 parent 41ee658 commit 936e142
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion glibc.dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM ruby:3.3.4-slim@sha256:7bb0e1e46378217ce0775845f6d64b039c56d2890bc715536e6687ab13fe2930
FROM ruby:3.3.5-slim@sha256:106f5d38fda9e58669b3cd7d8b06dab5acb4a86eb92319e0139bb903d8858784

RUN set -eux; \
apt-get update; \
Expand Down
2 changes: 1 addition & 1 deletion musl.dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM ruby:3.3.4-alpine@sha256:9fc2d9dd146a47fddcf2b69e3174d92ee1a654fbbe73f97b858505394748ac6e
FROM ruby:3.3.5-alpine@sha256:0bf4169697f44df52cea27b0ceb1a3b715b168625b7c404202e2dfe31dee25e2

RUN set -eux; \
apk update; \
Expand Down

0 comments on commit 936e142

Please sign in to comment.