Skip to content

Commit

Permalink
Update webgrind to 1.9.3
Browse files Browse the repository at this point in the history
  • Loading branch information
wodbot committed Oct 5, 2023
1 parent 7779a48 commit 57524c7
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/workflow.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,6 @@ jobs:
- uses: docker/setup-buildx-action@v1
- uses: ./.github/actions
with:
version: '1.9.2'
version: '1.9.3'
tags: 1.9,1,latest
platform: linux/amd64,linux/arm64
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
-include env_make

WEBGRIND_VER ?= 1.9.2
WEBGRIND_VER ?= 1.9.3
TAG ?= $(WEBGRIND_VER)

REPO = wodby/webgrind
Expand Down

0 comments on commit 57524c7

Please sign in to comment.