Skip to content

Commit 5bffe07

Browse files
committed
fix: Update Ballerina SDK download link in Dockerfile
1 parent 355b57b commit 5bffe07

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

Dockerfile

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,8 @@ RUN apt-get update && apt-get install -y \
1111
apt-get clean && rm -rf /var/lib/apt/lists/*
1212

1313
# Download and extract Ballerina SDK
14-
RUN curl -L https://github.com/ballerina-platform/ballerina-lang/releases/download/v2201.12.7/ballerina-2201.12.7-swan-lake.zip -o ballerina.zip && \
14+
RUN curl -L https://dist.ballerina.io/downloads/2201.12.0/ballerina-2201.12.0-swan-lake.zip -o ballerina.zip && \
15+
unzip -t ballerina.zip && \
1516
unzip ballerina.zip -d /opt/ballerina && \
1617
rm ballerina.zip
1718
ENV PATH="/opt/ballerina/bin:${PATH}"

0 commit comments

Comments
 (0)