Skip to content

Commit

Permalink
Bump alpine and ruby version in Dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
jcoyne committed Jan 9, 2025
1 parent b324cd0 commit a05e1cc
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 a05e1cc

Please sign in to comment.