Skip to content

Commit

Permalink
chore(deps): bump ruby from 3.3.4-alpine3.20 to 3.3.5-alpine3.20 (#684)
Browse files Browse the repository at this point in the history
Bumps ruby from 3.3.4-alpine3.20 to 3.3.5-alpine3.20.

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

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 5, 2024
1 parent b457637 commit ac21f2e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# Stage 1: Build
FROM ruby:3.3.4-alpine3.20 AS builder
FROM ruby:3.3.5-alpine3.20 AS builder

LABEL maintainer="Gil Desmarais <[email protected]>"

Expand All @@ -23,7 +23,7 @@ RUN apk add --no-cache \
&& bundle binstubs bundler html2rss

# Stage 2: Runtime
FROM ruby:3.3.4-alpine3.20
FROM ruby:3.3.5-alpine3.20

LABEL maintainer="Gil Desmarais <[email protected]>"

Expand Down

0 comments on commit ac21f2e

Please sign in to comment.