Skip to content

Commit

Permalink
Update Docker container to Ruby 3.3.1 (#2091)
Browse files Browse the repository at this point in the history
  • Loading branch information
pglombardo authored Apr 27, 2024
1 parent f19bf7b commit 36bbe16
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion containers/docker/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
ARG BUNDLE_WITHOUT=development:test
ARG BUNDLE_DEPLOYMENT=true

FROM ruby:3.2-alpine AS build-env
FROM ruby:3.3-alpine AS build-env

# include global args
ARG BUNDLE_WITHOUT
Expand Down

0 comments on commit 36bbe16

Please sign in to comment.