Skip to content

Commit 37e386d

Browse files
authored
Merge pull request #9 from abjrcode/wails-upgrade
upgrade to wails v2.8.2
2 parents 7c16582 + 9911766 commit 37e386d

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

.github/workflows/main.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,4 +22,4 @@ jobs:
2222
PUSH_IMAGE: true
2323
GO_VERSION: "1.21.5"
2424
NODE_VERSION: "20"
25-
WAILS_VERSION: "v2.7.1"
25+
WAILS_VERSION: "v2.8.2"

.github/workflows/pull-request.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,4 +29,4 @@ jobs:
2929
PUSH_IMAGE: false
3030
GO_VERSION: "1.21.5"
3131
NODE_VERSION: "20"
32-
WAILS_VERSION: "v2.7.1"
32+
WAILS_VERSION: "v2.8.2"

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -94,7 +94,7 @@ RUN apt -y autoremove \
9494
ENV CGO_ENABLED=1
9595

9696
# Install Wails
97-
ARG WAILS_VERSION=v2.7.1
97+
ARG WAILS_VERSION=v2.8.2
9898
RUN go install github.com/wailsapp/wails/v2/cmd/wails@${WAILS_VERSION} \
9999
&& go clean -cache && rm -rf /root/go/pkg
100100

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ Docker Image for Cross Compiling [Wails Applications](https://wails.io/)
77
You can use this image as a base image in your own Dockerfile:
88

99
```dockerfile
10-
FROM ghcr.io/abjrcode/cross-wails:v2.7.1 as base
10+
FROM ghcr.io/abjrcode/cross-wails:v2.8.2 as base
1111

1212
# Use `wails build` to build your application
1313
```

0 commit comments

Comments
 (0)