Skip to content

Commit

Permalink
Update Ruby version in (unused) Dockerfile.alpine
Browse files Browse the repository at this point in the history
  • Loading branch information
janosrusiczki committed Mar 1, 2025
1 parent bf784a4 commit ec789b3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion support/Dockerfile.alpine
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
# docker build -t my-app .
# docker run -d -p 80:80 -p 443:443 --name my-app -e RAILS_MASTER_KEY=<value from config/master.key> my-app

FROM ruby:3.3.6-alpine AS base
FROM ruby:3.4.2-alpine AS base

# Rails app lives here
WORKDIR /rails
Expand Down

0 comments on commit ec789b3

Please sign in to comment.