Skip to content

Commit

Permalink
Merge pull request #17 from actionshub/renovate/actions
Browse files Browse the repository at this point in the history
chore(deps): update ruby docker tag to v3.3.1
  • Loading branch information
damacus authored Dec 4, 2024
2 parents 69b6201 + b93d183 commit 0a8f596
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM ruby:3.2.2-alpine3.18
FROM ruby:3.3.1-alpine3.18

COPY --link --chmod=750 entrypoint.sh /
COPY --link Gemfile Gemfile.lock /
Expand Down
2 changes: 1 addition & 1 deletion action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ author: "Dan Webb"
description: "Publishes Gems to Rubygems"
runs:
using: "docker"
image: docker://ghcr.io/actionshub/publish-gem-to-rubygems:v2.0.4
image: docker://ghcr.io/actionshub/publish-gem-to-rubygems:v2.0.5
inputs:
token:
description: "RubyGems API Key"
Expand Down

0 comments on commit 0a8f596

Please sign in to comment.