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 ae86337 commit 0d96e65Copy full SHA for 0d96e65
mssql-server-linux-adapter-ci/Dockerfile
@@ -1,7 +1,6 @@
1
ARG TARGET_VERSION
2
3
-# Use `alpine3.18` as there is an issue with SQLite and Ruby v3.3.0 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
0 commit comments