Skip to content

Commit a241c5b

Browse files
committed
ruby:3 for ui
1 parent 920dbed commit a241c5b

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

mrt-services/ui/Dockerfile

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,7 @@
55
# See https://itnext.io/docker-rails-puma-nginx-postgres-999cd8866b18
66
# docker build -t cdluc3/mrt-dashboard .
77

8-
#FROM ruby:2.6.6
9-
FROM ruby:3.0
8+
FROM ruby:3
109
RUN apt-get update -y -qq && apt-get install -y build-essential libpq-dev nodejs && apt-get -y upgrade
1110

1211
# Set an environment variable where the Rails app is installed to inside of Docker image

0 commit comments

Comments
 (0)