We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 355b57b commit 5bffe07Copy full SHA for 5bffe07
1 file changed
Dockerfile
@@ -11,7 +11,8 @@ RUN apt-get update && apt-get install -y \
11
apt-get clean && rm -rf /var/lib/apt/lists/*
12
13
# 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 && \
+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 && \
16
unzip ballerina.zip -d /opt/ballerina && \
17
rm ballerina.zip
18
ENV PATH="/opt/ballerina/bin:${PATH}"
0 commit comments