Skip to content

Commit 0d96e65

Browse files
committed
Update Dockerfile
1 parent ae86337 commit 0d96e65

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

mssql-server-linux-adapter-ci/Dockerfile

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

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

65
LABEL maintainer="Aidan Haran <[email protected]>"
76

0 commit comments

Comments
 (0)