Skip to content

Commit

Permalink
Fix build
Browse files Browse the repository at this point in the history
  • Loading branch information
DRSchlaubi committed Aug 8, 2023
1 parent fc3abbb commit aa158e3
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM gradle:jdk20 as builder
FROM eclipse-temurin:20 as builder
WORKDIR /usr/app
COPY . .
RUN ./gradlew --no-daemon installBotArchive
Expand Down
2 changes: 1 addition & 1 deletion app/desktop/uwp_helper/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ version = "4"
features = ["derive"]

[dependencies.windows]
version = "0.48.1"
version = "0.48.0"
features = ["System", "Foundation", "Storage", "Win32_Foundation"]

[dependencies.tokio]
Expand Down
2 changes: 1 addition & 1 deletion build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ plugins {

allprojects {
group = "dev.schlaubi.tonbrett"
version = "1.12.1"
version = "1.12.2"

repositories {
mavenCentral()
Expand Down

0 comments on commit aa158e3

Please sign in to comment.