Skip to content

Commit e23dacd

Browse files
committed
Update Dockerfile
1 parent 38bcf60 commit e23dacd

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

mssql-server-linux-adapter-ci/Dockerfile

+2-3
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,10 @@
11
ARG TARGET_VERSION
22

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

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

8-
RUN apk add git make build-base linux-headers sqlite-dev tzdata freetds freetds-dev libpq postgresql-dev
7+
RUN apk add git make build-base linux-headers sqlite-dev tzdata freetds freetds-dev libpq postgresql-dev sqlite
98

109
# Allow this package installation to fail for Rubies v3.1.3+
1110
RUN apk add git make libressl-dev || true

0 commit comments

Comments
 (0)