Skip to content
Merged
Show file tree
Hide file tree
Changes from 2 commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .ruby-version
Original file line number Diff line number Diff line change
@@ -1 +1 @@
3.2.0
3.2.10
8 changes: 4 additions & 4 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
FROM phusion/passenger-full:3.0.7
LABEL maintainer="mfenner@datacite.org"
FROM phusion/passenger-full:3.1.6
LABEL maintainer="support@datacite.org"

# Set correct environment variables.
ENV HOME /home/app
Expand All @@ -12,8 +12,8 @@ RUN usermod -a -G docker_env app
CMD ["/sbin/my_init"]

# Use Ruby 3.1.4
RUN bash -lc 'rvm install ruby-3.2.0' && \
bash -lc 'rvm --default use ruby-3.2.0'
RUN bash -lc 'rvm install ruby-3.2.10' && \
bash -lc 'rvm --default use ruby-3.2.10'

# Update installed APT packages
RUN apt-get update && apt-get upgrade -y -o Dpkg::Options::="--force-confold" && \
Expand Down
2 changes: 1 addition & 1 deletion docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,4 +12,4 @@ services:
- ./config:/home/app/webapp/config
- ./spec:/home/app/webapp/spec
memcached:
image: memcached:1.4.31
image: memcached:1.6.22