File tree Expand file tree Collapse file tree 8 files changed +12
-12
lines changed Expand file tree Collapse file tree 8 files changed +12
-12
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
@@ -60,9 +60,9 @@ RUN set -eux; \
60
60
savedAptMark="$(apt-mark showmanual)" ; \
61
61
apt-get update; \
62
62
apt-get install -y --no-install-recommends \
63
+ default-libmysqlclient-dev \
63
64
freetds-dev \
64
65
gcc \
65
- libmariadbclient-dev \
66
66
libpq-dev \
67
67
libsqlite3-dev \
68
68
make \
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
@@ -63,9 +63,9 @@ RUN set -eux; \
63
63
savedAptMark="$(apt-mark showmanual)" ; \
64
64
apt-get update; \
65
65
apt-get install -y --no-install-recommends \
66
+ default-libmysqlclient-dev \
66
67
freetds-dev \
67
68
gcc \
68
- libmariadbclient-dev \
69
69
libpq-dev \
70
70
libsqlite3-dev \
71
71
make \
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
@@ -63,9 +63,9 @@ RUN set -eux; \
63
63
savedAptMark="$(apt-mark showmanual)" ; \
64
64
apt-get update; \
65
65
apt-get install -y --no-install-recommends \
66
+ default-libmysqlclient-dev \
66
67
freetds-dev \
67
68
gcc \
68
- libmariadbclient-dev \
69
69
libpq-dev \
70
70
libsqlite3-dev \
71
71
make \
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
@@ -63,9 +63,9 @@ RUN set -eux; \
63
63
savedAptMark="$(apt-mark showmanual)"; \
64
64
apt-get update; \
65
65
apt-get install -y --no-install-recommends \
66
+ default-libmysqlclient-dev \
66
67
freetds-dev \
67
68
gcc \
68
- libmariadbclient-dev \
69
69
libpq-dev \
70
70
libsqlite3-dev \
71
71
make \
You can’t perform that action at this time.
0 commit comments