Skip to content

Commit

Permalink
Merge branch 'master' into development
Browse files Browse the repository at this point in the history
  • Loading branch information
Björn Urban committed Feb 22, 2024
2 parents 02e81c4 + d65e09c commit 58be539
Show file tree
Hide file tree
Showing 6 changed files with 2,355 additions and 2,379 deletions.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM openjdk:17
FROM openjdk:17.0.2
LABEL authors="Bjoern Urban"
EXPOSE 8080:8080
RUN mkdir /app
Expand Down
2 changes: 1 addition & 1 deletion build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ var viteProcess: Process? = null

plugins {
kotlin("jvm") version "1.9.0"
id("io.ktor.plugin") version "2.3.2"
id("io.ktor.plugin") version "2.3.8"
id("org.jetbrains.kotlin.plugin.serialization") version "1.9.0"
}

Expand Down
Loading

0 comments on commit 58be539

Please sign in to comment.