Skip to content

Commit

Permalink
Update to ruby 3.3.0 (#4224)
Browse files Browse the repository at this point in the history
  • Loading branch information
sensei100 authored Feb 16, 2024
1 parent 475c675 commit 7b9817d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ workflows:
jobs:
run_tests:
docker:
- image: cimg/ruby:3.2-node
- image: cimg/ruby:3.3-node
auth:
username: $DOCKERHUB_USER
password: $DOCKERHUB_PASSWORD
Expand Down
2 changes: 1 addition & 1 deletion .docker/app/Dockerfile.prod
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# Allow base image override
ARG BASE_IMAGE="harbor.k8s.temple.edu/library/ruby:3.2-alpine"
ARG BASE_IMAGE="harbor.k8s.temple.edu/library/ruby:3.3-alpine"

# hadolint ignore=DL3006,DL3026
FROM "${BASE_IMAGE}"
Expand Down

0 comments on commit 7b9817d

Please sign in to comment.