We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0d96e65 commit 38bcf60Copy full SHA for 38bcf60
mssql-server-linux-adapter-ci/Dockerfile
@@ -1,6 +1,7 @@
1
ARG TARGET_VERSION
2
3
-FROM ruby:${TARGET_VERSION}-alpine
+# 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
5
6
LABEL maintainer="Aidan Haran <[email protected]>"
7
0 commit comments