Skip to content

Commit 609e8f9

Browse files
committed
Update to Debian Bullseye, Alpine 3.15
1 parent 66108c6 commit 609e8f9

File tree

8 files changed

+12
-12
lines changed

8 files changed

+12
-12
lines changed

4.0/Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM ruby:2.6-slim-buster
1+
FROM ruby:2.6-slim-bullseye
22

33
# explicitly set uid/gid to guarantee that it won't change in the future
44
# the values 999:999 are identical to the current user/group id assigned
@@ -60,9 +60,9 @@ RUN set -eux; \
6060
savedAptMark="$(apt-mark showmanual)"; \
6161
apt-get update; \
6262
apt-get install -y --no-install-recommends \
63+
default-libmysqlclient-dev \
6364
freetds-dev \
6465
gcc \
65-
libmariadbclient-dev \
6666
libpq-dev \
6767
libsqlite3-dev \
6868
make \

4.0/alpine/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM ruby:2.6-alpine3.13
1+
FROM ruby:2.6-alpine3.15
22

33
# explicitly set uid/gid to guarantee that it won't change in the future
44
# the values 999:999 are identical to the current user/group id assigned

4.1/Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM ruby:2.6-slim-buster
1+
FROM ruby:2.6-slim-bullseye
22

33
# explicitly set uid/gid to guarantee that it won't change in the future
44
# the values 999:999 are identical to the current user/group id assigned
@@ -63,9 +63,9 @@ RUN set -eux; \
6363
savedAptMark="$(apt-mark showmanual)"; \
6464
apt-get update; \
6565
apt-get install -y --no-install-recommends \
66+
default-libmysqlclient-dev \
6667
freetds-dev \
6768
gcc \
68-
libmariadbclient-dev \
6969
libpq-dev \
7070
libsqlite3-dev \
7171
make \

4.1/alpine/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM ruby:2.6-alpine3.13
1+
FROM ruby:2.6-alpine3.15
22

33
# explicitly set uid/gid to guarantee that it won't change in the future
44
# the values 999:999 are identical to the current user/group id assigned

4.2/Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM ruby:2.7-slim-buster
1+
FROM ruby:2.7-slim-bullseye
22

33
# explicitly set uid/gid to guarantee that it won't change in the future
44
# the values 999:999 are identical to the current user/group id assigned
@@ -63,9 +63,9 @@ RUN set -eux; \
6363
savedAptMark="$(apt-mark showmanual)"; \
6464
apt-get update; \
6565
apt-get install -y --no-install-recommends \
66+
default-libmysqlclient-dev \
6667
freetds-dev \
6768
gcc \
68-
libmariadbclient-dev \
6969
libpq-dev \
7070
libsqlite3-dev \
7171
make \

4.2/alpine/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM ruby:2.7-alpine3.13
1+
FROM ruby:2.7-alpine3.15
22

33
# explicitly set uid/gid to guarantee that it won't change in the future
44
# the values 999:999 are identical to the current user/group id assigned

Dockerfile-alpine.template

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM ruby:%%RUBY_VERSION%%-alpine3.13
1+
FROM ruby:%%RUBY_VERSION%%-alpine3.15
22

33
# explicitly set uid/gid to guarantee that it won't change in the future
44
# the values 999:999 are identical to the current user/group id assigned

Dockerfile-debian.template

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM ruby:%%RUBY_VERSION%%-slim-buster
1+
FROM ruby:%%RUBY_VERSION%%-slim-bullseye
22

33
# explicitly set uid/gid to guarantee that it won't change in the future
44
# the values 999:999 are identical to the current user/group id assigned
@@ -63,9 +63,9 @@ RUN set -eux; \
6363
savedAptMark="$(apt-mark showmanual)"; \
6464
apt-get update; \
6565
apt-get install -y --no-install-recommends \
66+
default-libmysqlclient-dev \
6667
freetds-dev \
6768
gcc \
68-
libmariadbclient-dev \
6969
libpq-dev \
7070
libsqlite3-dev \
7171
make \

0 commit comments

Comments
 (0)