File tree Expand file tree Collapse file tree 8 files changed +8
-8
lines changed Expand file tree Collapse file tree 8 files changed +8
-8
lines changed Original file line number Diff line number Diff line change 1
- FROM ruby:2.6-slim-buster
1
+ FROM ruby:2.6-slim-bullseye
2
2
3
3
# explicitly set uid/gid to guarantee that it won't change in the future
4
4
# the values 999:999 are identical to the current user/group id assigned
Original file line number Diff line number Diff line change 1
- FROM ruby:2.6-alpine3.13
1
+ FROM ruby:2.6-alpine3.15
2
2
3
3
# explicitly set uid/gid to guarantee that it won't change in the future
4
4
# the values 999:999 are identical to the current user/group id assigned
Original file line number Diff line number Diff line change 1
- FROM ruby:2.6-slim-buster
1
+ FROM ruby:2.6-slim-bullseye
2
2
3
3
# explicitly set uid/gid to guarantee that it won't change in the future
4
4
# the values 999:999 are identical to the current user/group id assigned
Original file line number Diff line number Diff line change 1
- FROM ruby:2.6-alpine3.13
1
+ FROM ruby:2.6-alpine3.15
2
2
3
3
# explicitly set uid/gid to guarantee that it won't change in the future
4
4
# the values 999:999 are identical to the current user/group id assigned
Original file line number Diff line number Diff line change 1
- FROM ruby:2.7-slim-buster
1
+ FROM ruby:2.7-slim-bullseye
2
2
3
3
# explicitly set uid/gid to guarantee that it won't change in the future
4
4
# the values 999:999 are identical to the current user/group id assigned
Original file line number Diff line number Diff line change 1
- FROM ruby:2.7-alpine3.13
1
+ FROM ruby:2.7-alpine3.15
2
2
3
3
# explicitly set uid/gid to guarantee that it won't change in the future
4
4
# the values 999:999 are identical to the current user/group id assigned
Original file line number Diff line number Diff line change 1
- FROM ruby:%%RUBY_VERSION%%-alpine3.13
1
+ FROM ruby:%%RUBY_VERSION%%-alpine3.15
2
2
3
3
# explicitly set uid/gid to guarantee that it won't change in the future
4
4
# the values 999:999 are identical to the current user/group id assigned
Original file line number Diff line number Diff line change 1
- FROM ruby:%%RUBY_VERSION%%-slim-buster
1
+ FROM ruby:%%RUBY_VERSION%%-slim-bullseye
2
2
3
3
# explicitly set uid/gid to guarantee that it won't change in the future
4
4
# the values 999:999 are identical to the current user/group id assigned
You can’t perform that action at this time.
0 commit comments