Skip to content

Commit 38bcf60

Browse files
committed
Update Dockerfile
1 parent 0d96e65 commit 38bcf60

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

mssql-server-linux-adapter-ci/Dockerfile

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
ARG TARGET_VERSION
22

3-
FROM ruby:${TARGET_VERSION}-alpine
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
45

56
LABEL maintainer="Aidan Haran <[email protected]>"
67

0 commit comments

Comments
 (0)