Skip to content

Commit

Permalink
chore(deps): update ruby docker tag to v3.3.3
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Jun 12, 2024
1 parent e8d8d06 commit 515bdb1
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 @@ -40,7 +40,7 @@ aliases:
jobs:
build:
docker:
- image: ruby:3.1.6-bullseye
- image: ruby:3.3.3-bullseye
auth:
username: $DOCKERHUB_LOGIN
password: $DOCKERHUB_PASSWORD
Expand Down
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM ruby:3.1.6-slim-bullseye as base
FROM ruby:3.3.3-slim-bullseye as base

RUN apt-get update && apt-get -y upgrade && apt-get install -y nodejs libgeos-dev proj-bin libproj-dev sendmail dumb-init shared-mime-info sqlite3 postgresql-client wget

Expand Down

0 comments on commit 515bdb1

Please sign in to comment.