Skip to content

Commit

Permalink
Merge branch 'main' into main
Browse files Browse the repository at this point in the history
  • Loading branch information
ftiercelin authored Dec 16, 2024
2 parents 98670f2 + b4ba8c0 commit 5c13289
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 4 deletions.
14 changes: 11 additions & 3 deletions .github/pull_request_template.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,16 @@
## Fixes Issue #

## Description of Change

*Please add a description of the proposed change*
<!--
Please add a description of the proposed change
-->

## Related issues

<!--
e.g
- fixes #xxxx
- relates to #xxxx
-->

## Have test cases been added to cover the new functionality?

Expand Down
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM golang:1.23.3-alpine AS go
FROM golang:1.23.4-alpine AS go

FROM azul/zulu-openjdk-alpine:21 AS jlink

Expand Down

0 comments on commit 5c13289

Please sign in to comment.