Skip to content

Commit 07b1ffd

Browse files
authored
update MSRC (#285)
1 parent c260be7 commit 07b1ffd

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

linux/base.Dockerfile

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -75,8 +75,8 @@ RUN bash ./tdnfinstall.sh \
7575
man-db \
7676
moby-cli \
7777
moby-engine \
78-
msodbcsql17 \
79-
mssql-tools \
78+
msodbcsql18 \
79+
mssql-tools18 \
8080
mysql \
8181
nano \
8282
net-tools \
@@ -205,7 +205,7 @@ RUN export INSTALLROOT=/usr/local/linkerd \
205205
ENV PATH $PATH:/usr/local/linkerd/bin
206206

207207
ENV GOROOT="/usr/lib/golang"
208-
ENV PATH="$PATH:$GOROOT/bin:/opt/mssql-tools/bin"
208+
ENV PATH="$PATH:$GOROOT/bin:/opt/mssql-tools18/bin"
209209

210210

211211
RUN gem install bundler --version 1.16.4 --force \

0 commit comments

Comments
 (0)