Skip to content

Commit

Permalink
Merge pull request #3394 from projectblacklight/bump-docker
Browse files Browse the repository at this point in the history
Bump alpine and ruby version in Dockerfile
  • Loading branch information
taylor-steve authored Jan 10, 2025
2 parents fb0768e + a05e1cc commit 8a851be
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 @@
ARG RUBY_VERSION=3.3.5
ARG ALPINE_VERSION=3.20
ARG RUBY_VERSION=3.3.6
ARG ALPINE_VERSION=3.21
FROM ruby:$RUBY_VERSION-alpine$ALPINE_VERSION

ARG RAILS_VERSION=7.2.1
Expand Down

0 comments on commit 8a851be

Please sign in to comment.