Skip to content

Commit

Permalink
chore(deps): bump ruby from 3.3.5-alpine to 3.3.6-alpine
Browse files Browse the repository at this point in the history
Bumps 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
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Nov 29, 2024
1 parent 2dc87a1 commit 838b111
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,4 +1,4 @@
FROM ruby:3.3.5-alpine AS builder
FROM ruby:3.3.6-alpine AS builder

ARG BUILD_PACKAGES="build-base libxml2 libxslt git"
ARG DEV_PACKAGES="libxml2-dev libxslt-dev yaml-dev postgresql-dev nodejs npm yarn imagemagick-dev libwebp-dev libpng-dev tiff-dev gcompat"
Expand Down Expand Up @@ -58,7 +58,7 @@ RUN rm -rf docker node_modules tmp/cache spec .browserslistrc babel.config.js \

##################################################################################

FROM ruby:3.3.5-alpine
FROM ruby:3.3.6-alpine

ARG BUILD_DATE
ARG VCS_REF
Expand Down

0 comments on commit 838b111

Please sign in to comment.