Skip to content

Commit

Permalink
Fix nokogiri to v1.15.5
Browse files Browse the repository at this point in the history
  • Loading branch information
colby-swandale committed Jan 27, 2024
1 parent 7068913 commit 433d2d9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -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 backup --no-doc --version 5.0.0.beta3
RUN gem install --no-doc backup:5.0.0.beta3 nokogiri:1.15.5

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

0 comments on commit 433d2d9

Please sign in to comment.