Skip to content

Commit c3e3f27

Browse files
committed
Update to 1.23.3
1 parent 794f181 commit c3e3f27

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "uptime-kuma",
3-
"version": "1.23.2",
3+
"version": "1.23.3",
44
"license": "MIT",
55
"repository": {
66
"type": "git",
@@ -40,7 +40,7 @@
4040
"build-docker-nightly-amd64": "docker buildx build -f docker/dockerfile --platform linux/amd64 -t louislam/uptime-kuma:nightly-amd64 --target nightly . --push --progress plain",
4141
"build-docker-pr-test": "docker buildx build -f docker/dockerfile --platform linux/amd64,linux/arm64 -t louislam/uptime-kuma:pr-test --target pr-test . --push",
4242
"upload-artifacts": "docker buildx build -f docker/dockerfile --platform linux/amd64 -t louislam/uptime-kuma:upload-artifact --build-arg VERSION --build-arg GITHUB_TOKEN --target upload-artifact . --progress plain",
43-
"setup": "git checkout 1.23.2 && npm ci --production && npm run download-dist",
43+
"setup": "git checkout 1.23.3 && npm ci --production && npm run download-dist",
4444
"download-dist": "node extra/download-dist.js",
4545
"mark-as-nightly": "node extra/mark-as-nightly.js",
4646
"reset-password": "node extra/reset-password.js",

0 commit comments

Comments
 (0)