Skip to content

Commit

Permalink
Update ubuntu Docker tag to v24
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Dec 10, 2024
1 parent 12c599a commit 32067b0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ COPY . /app
RUN ./gradlew build

# Final Stage: Combine Artifacts
FROM ubuntu:22.04 AS final
FROM ubuntu:24.04 AS final

# Copy Kotlin build artifacts
COPY --from=kotlin-build /app /final/kotlin
Expand Down

0 comments on commit 32067b0

Please sign in to comment.