Skip to content

Commit

Permalink
Update to ballerina 2201.8.6
Browse files Browse the repository at this point in the history
  • Loading branch information
buehlefs committed Mar 26, 2024
1 parent cc3a3d1 commit 582eb15
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions Dependencies.toml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@

[ballerina]
dependencies-toml-version = "2"
distribution-version = "2201.8.5"
distribution-version = "2201.8.6"

[[package]]
org = "ballerina"
Expand Down Expand Up @@ -64,7 +64,7 @@ modules = [
[[package]]
org = "ballerina"
name = "http"
version = "2.10.7"
version = "2.10.12"
dependencies = [
{org = "ballerina", name = "auth"},
{org = "ballerina", name = "cache"},
Expand Down
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ RUN apt-get -y update && apt-get install unzip
WORKDIR /app

# install ballerina
ARG BAL_VERSION="2201.8.5"
ARG BAL_VERSION="2201.8.6"
RUN wget --no-verbose https://dist.ballerina.io/downloads/${BAL_VERSION}/ballerina-${BAL_VERSION}-swan-lake.zip
RUN unzip ballerina-${BAL_VERSION}-swan-lake
ENV PATH="${PATH}:/app/ballerina-${BAL_VERSION}-swan-lake/bin"
Expand Down

0 comments on commit 582eb15

Please sign in to comment.