Skip to content

Commit

Permalink
setup(dockerfile): update ruby from 3.3.6-alpine3.20 to 3.4.1-alpine3…
Browse files Browse the repository at this point in the history
….20 (#11)

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 Dec 27, 2024
1 parent 1511c0c commit d60d94d
Showing 1 changed file with 1 addition and 1 deletion.
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.6-alpine3.20
FROM ruby:3.4.1-alpine3.20

RUN addgroup -S lintergroup && adduser -S linteruser -G lintergroup

Expand Down

0 comments on commit d60d94d

Please sign in to comment.