Skip to content

Commit

Permalink
Update version to 2.0.0-alpha2-SNAPSHOT in Dockerfile & README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
LearningGp committed Feb 1, 2024
1 parent 1919450 commit 8ff2297
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ If you're using Maven, just add the following dependency in `pom.xml`.
<dependency>
<groupId>com.alibaba.csp</groupId>
<artifactId>sentinel-core</artifactId>
<version>1.8.7</version>
<version>2.0.0-alpha2-SNAPSHOT</version>
</dependency>
```

Expand Down
2 changes: 1 addition & 1 deletion sentinel-dashboard/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
FROM amd64/buildpack-deps:buster-curl as installer

ARG SENTINEL_VERSION=1.8.7
ARG SENTINEL_VERSION=2.0.0-alpha2-SNAPSHOT

RUN set -x \
&& curl -SL --output /home/sentinel-dashboard.jar https://github.com/alibaba/Sentinel/releases/download/${SENTINEL_VERSION}/sentinel-dashboard-${SENTINEL_VERSION}.jar
Expand Down

0 comments on commit 8ff2297

Please sign in to comment.