Skip to content

Commit

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

chore(deps): Bump ruby in the docker group

Bumps the docker group with 1 update: ruby.


Updates `ruby` from 3.3.5-alpine to 3.3.6-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 Nov 15, 2024
1 parent 4155237 commit 8a647c6
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.5-slim@sha256:25a9df53c6f23406f6bc87426ad5bd74b6d99423a8c2ca630f2443dee2447f53
FROM ruby:3.3.6-slim@sha256:694f3ccb7edc9b39a455040a070f4140d4778692dd739c9359045de20ae82705

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.5-alpine@sha256:b4c321a99b9f21b7bb24f22e558bf1477630fb55d692aba4e25b2fe5deb7eaf1
FROM ruby:3.3.6-alpine@sha256:caeab43b356463e63f87af54a03de1ae4687b36da708e6d37025c557ade450f8

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

0 comments on commit 8a647c6

Please sign in to comment.