upgrade to ruby `3.3.0`
This commit is contained in:
Родитель
c0393da559
Коммит
099102924c
|
@ -6,7 +6,7 @@ AllCops:
|
|||
NewCops: disable
|
||||
SuggestExtensions: false
|
||||
DisplayCopNames: true
|
||||
TargetRubyVersion: 3.1
|
||||
TargetRubyVersion: 3.3
|
||||
Exclude:
|
||||
- 'bin/*'
|
||||
- 'spec/acceptance/fixtures/**/*'
|
||||
|
|
|
@ -1 +1 @@
|
|||
3.1.2
|
||||
3.3.0
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
FROM ruby:3.1-slim
|
||||
FROM ruby:3.3-slim
|
||||
LABEL maintainer="GitHub Security Ops <opensource+entitlements-app@github.com>"
|
||||
ENV HOME /root
|
||||
ENV RELEASE=buster
|
||||
|
@ -17,7 +17,7 @@ RUN apt-get update && DEBIAN_FRONTEND=noninteractive apt-get install -y \
|
|||
pkg-config
|
||||
|
||||
# Install bundler
|
||||
RUN gem install bundler
|
||||
RUN gem install bundler -v 2.3.19
|
||||
|
||||
# Bootstrap files and caching for speed
|
||||
COPY "vendor/cache/" "/data/entitlements/vendor/cache/"
|
||||
|
|
Загрузка…
Ссылка в новой задаче