Skip to content

Commit

Permalink
Update dependencies flagged by dependabot (#2284)
Browse files Browse the repository at this point in the history
* chore(deps): Update dependencies flagged by dependabot

[MAP-890]

* chore: update docker image version
  • Loading branch information
jimbali authored Jul 30, 2024
1 parent 587bd93 commit 18fdecc
Show file tree
Hide file tree
Showing 4 changed files with 105 additions and 96 deletions.
2 changes: 1 addition & 1 deletion .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -276,7 +276,7 @@ executors:
test-executor:
docker:
# Check https://circleci.com/docs/2.0/language-ruby/ for more details
- image: cimg/ruby:3.2.2
- image: cimg/ruby:3.2.5
environment:
BUNDLER_VERSION: 2.4.20
RAILS_ENV: test
Expand Down
2 changes: 1 addition & 1 deletion .ruby-version
Original file line number Diff line number Diff line change
@@ -1 +1 @@
3.2.2
3.2.5
6 changes: 3 additions & 3 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM ruby:3.2.2-alpine as build-stage
FROM ruby:3.2.5-alpine as build-stage

ENV RAILS_ENV=production
ENV RACK_ENV=production
Expand All @@ -21,7 +21,7 @@ RUN bundle _2.1.4_ install --jobs 4 --retry 3 \
&& find /usr/local/bundle/gems/ -name "*.o" -delete

############### End of Build step ###############
FROM ruby:3.2.2-alpine as swagger-build
FROM ruby:3.2.5-alpine as swagger-build

WORKDIR /app
RUN apk --update --no-cache add git build-base postgresql-dev shared-mime-info gcompat tzdata
Expand All @@ -34,7 +34,7 @@ COPY . /app
RUN SKIP_MAINTAIN_TEST_SCHEMA=true rails rswag:specs:swaggerize

############### End of Build step ###############
FROM ruby:3.2.2-alpine
FROM ruby:3.2.5-alpine

ARG APP_BUILD_DATE
ENV APP_BUILD_DATE ${APP_BUILD_DATE}
Expand Down
Loading

0 comments on commit 18fdecc

Please sign in to comment.