Skip to content

Commit

Permalink
[UPDATE] bump v1.0.2
Browse files Browse the repository at this point in the history
  • Loading branch information
rayshoo committed May 9, 2023
1 parent a5a21f9 commit 5b6663e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ MYSQL_ROOT_PASSWORD=<mysql pass> # Use same password!
# https://github.com/rayshoo/spring-petclinic-data-jdbc/tree/master/k8s
# Downloading petclinic binary files. It creates petclinic k8s manifest files according to envs.
# petclinic 바이너리 파일 다운로드, 환경변수에 따라 petclinic k8s 매니패스트 파일들을 생성해주는 도구.
$ VERSION=v1.0.1
$ VERSION=v1.0.2
$ OS=<linux|windows|darwin>
$ ARCH=<amd64|arm64>
$ wget https://github.com/rayshoo/spring-petclinic-data-jdbc/releases/download/$VERSION/petclinic-$OS-$ARCH -O ./petclinic && \
Expand Down

0 comments on commit 5b6663e

Please sign in to comment.