Skip to content

Commit 2a539b6

Browse files
committed
using Ruby 3 for local dev and test containers
1 parent 2740885 commit 2a539b6

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

Dockerfile.dev

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM ruby:2.7.2-alpine3.12
1+
FROM ruby:3.0-alpine3.12
22

33
RUN gem install bundler:2.1.4
44

@@ -9,7 +9,7 @@ RUN apk update --no-cache && \
99
WORKDIR /app
1010

1111
COPY ./lib/ /app/lib/
12-
COPY matestack-ui-vue_js.gemspec /app/
12+
COPY matestack-ui-vuejs.gemspec /app/
1313
COPY Gemfile* /app/
1414
RUN bundle install
1515

Dockerfile.test

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM ruby:2.7.2-alpine3.12
1+
FROM ruby:3.0-alpine3.12
22

33
RUN gem install bundler:2.1.4
44

@@ -9,7 +9,7 @@ RUN apk update --no-cache && \
99
WORKDIR /app
1010

1111
COPY ./lib/ /app/lib/
12-
COPY matestack-ui-vue_js.gemspec /app/
12+
COPY matestack-ui-vuejs.gemspec /app/
1313
COPY Gemfile* /app/
1414
RUN bundle install
1515

0 commit comments

Comments
 (0)