Skip to content

Commit

Permalink
Update Docker image to Ruby 3.1
Browse files Browse the repository at this point in the history
  • Loading branch information
colby-swandale committed Jan 27, 2024
1 parent 433d2d9 commit 23423a7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM ruby:2.7-alpine
FROM ruby:3.1-alpine

RUN apk add --no-cache \
postgresql-client \
Expand All @@ -17,7 +17,7 @@ RUN apk add --no-cache \
&& rm -rf /var/cache/apk/*

# Install the backup gem which is currently used to run backups.
RUN gem install --no-doc backup:5.0.0.beta3 nokogiri:1.15.5
RUN gem install backup --no-doc --version 5.0.0.beta3

# Copy the directories from the repo to the container.
COPY . .
Expand Down

0 comments on commit 23423a7

Please sign in to comment.