We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 38bcf60 commit e23dacdCopy full SHA for e23dacd
mssql-server-linux-adapter-ci/Dockerfile
@@ -1,11 +1,10 @@
1
ARG TARGET_VERSION
2
3
-# Use `alpine3.18` as there is an issue with SQLite and Ruby v3.3.2 on `alpine3.19`. Revert back to `alpine` when the issue is resolved.
4
-FROM ruby:${TARGET_VERSION}-alpine3.18
+FROM ruby:${TARGET_VERSION}-alpine
5
6
LABEL maintainer="Aidan Haran <[email protected]>"
7
8
-RUN apk add git make build-base linux-headers sqlite-dev tzdata freetds freetds-dev libpq postgresql-dev
+RUN apk add git make build-base linux-headers sqlite-dev tzdata freetds freetds-dev libpq postgresql-dev sqlite
9
10
# Allow this package installation to fail for Rubies v3.1.3+
11
RUN apk add git make libressl-dev || true
0 commit comments